Update
Update the status of an account. Optionally, provide invite_members (array of emails) to replace the account’s team member list entirely — omitting the field leaves the current members unchanged. Note: a managed sub account cannot be set to active until its BOSS KYB verification is approved — attempting to do so returns 403.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Response format. Send application/json on every merchant API request.
Path Parameters
Account ULID
Body
Target account status.
active, inactive "active"
Optional. Array of team member email addresses to grant access to this account. This replaces the entire member list — any existing members not included will lose access. Omit the field to leave current members unchanged. All emails must belong to registered members of the merchant.
50["john@example.com", "jane@example.com"]