Update a person’s basic information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
The unique identifier for the person
Update person basic info request payload
Person's first name
"John"
Person's last name
"Doe"
Person's email
Person's phone number
Optional metadata you can store as key-value pairs
{
"customField1": "value1",
"customField2": "value2"
}Successful operation