v1

latestSwagger 2.02026-07-1451115.7 KB
identity

Get the latest state information about the logged-in user

After a successful login, the client should send a GET call approximately once an hour to refresh the user data.

get/v2/user

Headers

Authorizationstring required

Your access token from the Authorization Service. Should start with Bearer, followed by a space, followed by the token.

Response

The request was successful

errorsobject[] required

A list of encountered errors, ignored on POST, PUT

hrefstring required

A URL representation of the resource; should generally be ignored by clients unless noted otherwise

itemsobject[] required

Not used, ignored on a PUT

linksobject required

A list of links, not used by the Identity Service; ignored on a PUT

versionstring required

The version of the Collection.Doc+JSON spec being used