v1

latestOpenAPI 3.0.12026-07-2487135176.5 KB
Accounts

Update Account Status

Use this endpoint to activate or disable an account within your organization.

patch/public/v3/Accounts/{accountId}/status

Path parameters

accountIdinteger required

ID of the account.

Request body

disabledboolean required

Determines if an account is active or disabled within your organization. Values can be true or false.

Response

The account status has been updated