Account
Update a user's details
patch/account/users/{user_id}
Path parameters
user_idstring uuid required
UUID of the user to retrieve
Request body
Example request
{
"first_name": "James",
"last_name": "Smith",
"email": "jsmith@example.com",
"client_admin": true,
"org_default_role": "admin"
}Response
— unresolved $ref