Update a person

PATCH
/persons/:person_id

Path parameters

person_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
addressobjectOptional
The person's address
date_of_birthstringOptional
The person's date of birth
emailstringOptional
The person's email address
first_namestringOptional
The person's first name
id_numberstringOptional
The person's ID number, as appropriate for their country
last_namestringOptional
The person's last name
phonestringOptional
The person's phone number
relationshipobjectOptional
Describes the person's relationship to the entity
ssn_last_4stringOptional
The last four digits of the person's Social Security number

Response

This endpoint returns an object.
idstring
The person's unique identifier
created_atdatetime
Time at which the person was created
updated_atdatetime
Time at which the person was updated
emailstring
The person's email address
entity_idstring
Entity ID
first_namestring
The person's first name
last_namestring
The person's last name
relationshipobject
Describes the person's relationship to the entity
addressobjectOptional
The person's address
date_of_birthstringOptional
The person's date of birth
id_numberstringOptional
The person's ID number, as appropriate for their country
phonestringOptional
The person's phone number
ssn_last_4stringOptional
The last four digits of the person's Social Security number

Errors