Update an account
Accounts
Update an account
Update an existing account’s attributes such as name, code, or operational settings.
PATCH
Update an account
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | No | Updated account name |
email | No | Updated contact email |
is_active | No | Activate or deactivate account |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the account to update
Body
application/json
Response
Account updated successfully

