Skip to main content
PUT
Update a person

Authorizations

Authorization
string
header
required

Path Parameters

person_id
string
required

Id for person to be updated

Body

application/json

PersonRequest object

Request body for creating or updating a person profile.

identity_key_value
string

Value of the primary identity key for the person. Omit to leave the current value unchanged.

Response

Updated person profile.

Person profile returned by the Extole platform.

id
string
required
read-only

Extole-assigned unique identifier for this person.

identity_id
string
required

Identifier within the identity store that represents this person's merged profile.

identity_key
object
required

Name of the identity key used to look up or create this person.

identity_key_value
string
required

Value of the identity key for this person.

locale
object
required
version
string
required

Optimistic-concurrency version token for the person record.