User & permissions
Update account role
PUT
/
accounts
/
{id}
/
role
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredAccount identifier
Body
role
enum<string> | null
requiredThe role to set for the account.
Available options:
read-only
, administrator
, account
Response
200 - application/json
id
string
user
object
role
enum<string>
default: administratorAvailable options:
administrator
, account
, read-only
createdAt
string
deactivated
boolean
Was this page helpful?