Update an identity
Updates specific fields of an existing identity. Only the fields provided in the request body will be updated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identity ID to update.
Body
New display name. Omit to keep the current display name.
New email address. Omit to keep the current email.
New avatar image URL. Omit to keep the current avatar URL.
Replacement tag list. Leave empty to clear tags.
Replacement custom JSON metadata.
Response
OK
Updated identity.