v172

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0826148911.7 MB
Identities

Update an identity

Updates specific fields of an existing identity. Only the fields provided in the request body will be updated.

patch/v2/identities/{id}

Path parameters

idstring required

Identity ID to update.

Request body

display_namestring

New display name. Omit to keep the current display name.

emailstring

New email address. Omit to keep the current email.

avatar_urlstring

New avatar image URL. Omit to keep the current avatar URL.

tagsstring[]

Replacement tag list. Leave empty to clear tags.

metadataobject

Replacement custom JSON metadata.

Response

OK