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