Skip to content

(People Team) Employees with no nomination this month.

GET
/mvp/reports/outstanding-nominators
curl --request GET \
--url https://api.gospl.example/v1/mvp/reports/outstanding-nominators \
--header 'Authorization: Bearer <token>'

People-Team-only (Q4). Employee source per Q5.

period
string
/^\d{4}-\d{2}$/

Defaults to the current period.

OK

Media type application/json
Array<object>
object
id
required
string format: uuid
name
required
string
photoUrl
string format: uri
Example generated
[
{
"id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"name": "example",
"photoUrl": "https://example.com"
}
]

Missing/invalid credentials.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}

Authenticated but not permitted (incl. non–People-Team, cross-tenant).

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}