v1
latestOpenAPI 3.0.02026-08-0645003.8 MBAccounts
Update User Permissions
Change the users' permissions for an account (only accounts under the creator's own organization are allowed). Creator's organization ID is taken from the personal token attached to the API call.
put/setup/account/{accountId}/user
Path parameters
accountIdstring required
ID of the account associated with your token
Request body
Example request
{
"userId": "u-1234",
"permissionStrategy": "POLICY_BASED",
"role": "editor"
}Response
Update User Permissions Response
Example response
{
"request": {
"id": "46642c7d-bc29-417d-8ce4-79626f00c63c",
"url": "/setup/account/act-4fb595c6/user/",
"method": "PUT",
"timestamp": "2018-11-19T13:49:11.911Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
}
}
}