person-controller

Update a person

Update a person in the repository. Only first name and last name may be updated.

post/api/persons/{personId}

Path parameters

personIdstring required

personId

Headers

accept-languagestring

accept-language

Request body

extendedAttributesobject

extendedAttributes

firstNamestring

First name

lastNamestring

Last name

Example request

{
  "firstName": "John",
  "lastName": "Doe"
}

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

No recorded changes to this endpoint across all 1 revision of this API.