v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

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

first_namestring
surnamestring

Example request

{
  "first_name": "Joe",
  "surname": "Blow"
}

Response

OK