Update a User Identity
PATCH /user_identities/update ⇒ voidAuthentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
Request Parameters
email_address
email_addressType: string Required: No
Unique email address for the user identity.
full_name
full_nameType: string Required: No
phone_number
phone_numberType: string Required: No
Unique phone number for the user identity in E.164 format (for example, +15555550100).
user_identity_id
user_identity_idType: string Required: Yes
ID of the user identity.
user_identity_key
user_identity_keyType: string Required: No
Unique key for the user identity.
Return Type
void
Last updated
Was this helpful?

