Users
Update a user
Update a user's attributes
patch/platform/api/v1/users/{id}
Request body
Example request
{
"name": "Daniel",
"display_name": "Dan",
"email": "daniel@acme.inc",
"password": "Password2!",
"custom_attributes": {}
}Response
Success