v1

latestOpenAPI 3.0.12026-07-178692133.1 KB
PersonService

Get person

get/mr-api/person/{id}

Path parameters

idstring required

The id of the person to find. Duplicated here as we accept a plain string (not only a uuid)

Response

If this is a sdk service acocunt, ID of the service account is in the PersonInfo fields with the key serviceAccountId

namestring
emailstring email
personType'person' | 'serviceAccount' | 'sdkServiceAccount'
otherstring
sourcestring
versioninteger
passwordRequiresResetboolean
whenArchivedstring date-time
whenLastAuthenticatedstring date-time

This is the timestamp in UTC when they last logged into the system

whenLastSeenstring date-time

This is the timestamp in UTC when they last made a request to the system on their most recent login. If it is null it means they have no current token or have never logged in.