person-controller

Get a person

Returns the specific person from the repository.

get/api/persons/{personId}

Path parameters

personIdstring required

personId

Response

OK

aliasesobject
emailstring
expiringDtmstring
extendedAttributesobject
firstNamestring
hrefstring
idstring
idxIdstring
idxInstanceIdstring
idxTenantstring
idxUserIdstring
lastNamestring
permittedOperationsstring[]
status'ACTIVE' | 'ARCHIVED' | 'BLOCKED' | 'PENDING' | 'REREG_CONFIRMED'

Example response

{
  "expiringDtm": "yyyy-MM-dd'T'HH:mm:ss"
}

Changes