v1

latestOpenAPI 3.0.12026-07-178692133.1 KB
PersonService

Update a person

put/mr-api/person/{id}

Request body

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.

Response

Resulting person

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.