v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

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

first_namestring
surnamestring

Example request

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

Response

OK