v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBStatuses and reasons
Update status
Update account status.
This endpoint generates an Account status changed event.
Refer to the Account status guide for more information.
patch/accounts/v2/accounts/{accountId}/status
Path parameters
accountIdinteger required
Example:6912345
Account ID
Request body
Example request
{
"status": "BLOCKED",
"reason_id": 123,
"description": "Registration restriction",
"update_children": true
}Response
OK