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.

SecurityZephrHmacHttp
Request
path Parameters
user_id
required
string

Unique User identifier

Request Body schema: application/json
first_name
string
surname
string
Responses
200

OK

400

Bad Request

404

Not Found

patch/v3/users/{user_id}/attributes
Request samples
application/json
{
  • "first_name": "Joe",
  • "surname": "Blow"
}