Update a User Identity
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
user_identity_id
user_identity_id
Format: UUID
Required: Yes
ID of the user identity.
email_address
email_address
Format: String
Required: No
Unique email address for the user identity.
full_name
full_name
Format: String
Required: No
phone_number
phone_number
Format: String
Required: No
user_identity_key
user_identity_key
Format: String
Required: No
Unique key for the user identity.
Return Type
void
Last updated
Was this helpful?