v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBUsers
Update user attributes
Updates a user's attributes. Any of the user's existing attributes not specified in the payload will be left in-place.
patch/v3/users/{user_id}/attributes
Path parameters
user_idstring required
Unique User identifier
Request body
Example request
{
"first_name": "Joe",
"surname": "Blow"
}Response
OK