v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
users

Update user

Use this endpoint to update the attributes of the specified user.

put/users/{user_guid}

Path parameters

user_guidstring required

The unique identifier for a user, beginning with the prefix USR-.

Request body

Example request

{
  "user": {
    "email": "email@provider.com",
    "id": "My-Unique-ID",
    "metadata": "{\\\"first_name\\\": \\\"Steven\\\", \\\"last_name\\\": \\\"Universe\\\"}"
  }
}

Response

OK