v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBUsers
Update all user attributes
Replaces a user's attributes. This will replace any existing attributes for the user with the attributes in the payload. To leave existing attributes in place, use PATCH.
put/v3/users/{user_id}/attributes
Path parameters
user_idstring required
Unique User identifier
Request body
Example request
{
"first_name": "Joe",
"surname": "Blow"
}Response
OK