v1
latestOpenAPI 3.0.02026-08-0645003.8 MBAccounts
Update Account
Update information in an account such as the account name and slack channel. To use this command, permissions for organization admin are required. Granular permissions will require access policies with the following actions: setup:updateAccount
put/setup/account/{accountId}
Path parameters
accountIdstring required
The ID of the account you want to update.
Request body
Example request
{
"account": {
"name": "ACCOUNT_NAME"
}
}Response
Update Account Response
Example response
{
"request": {
"id": "46642c7d-bc29-417d-8ce4-79626f00c63c",
"url": "/setup/account/act-4fb595c6?accountId=act-4fb595c6",
"method": "PUT",
"timestamp": "2018-11-19T13:49:11.911Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
}
}
}