latestOpenAPI 3.0.0Commercialraw.githubusercontent.com2022-08-0911645127.8 KB

7c193c1fcd5c

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

first_namestring
last_namestring
emailstring
client_adminboolean
org_default_rolestring
org_rolesobject

Example request

{
  "first_name": "James",
  "last_name": "Smith",
  "email": "jsmith@example.com",
  "client_admin": true,
  "org_default_role": "admin"
}

Response

— unresolved $ref