Update an account
Replace the owner profile and asset selection for an account that has not been submitted for review yet.
Authorizations
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
Headers
API version. Omit to use the default version.
"1"
Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.
Path Parameters
UUID of the account.
Body
Request body for updating an account. The supplied owner replaces the current owner profile; assets are not modifiable after creation.
The legal entity that owns the account. Discriminated by type.
- Company
- Individual
Response
Account updated.
"a1b2c3d4-5e6f-7890-abcd-ef1234567890"
The legal entity that owns the account. Discriminated by type.
- Company
- Individual
Assets enabled on the account, with the onboarding status of the underlying provider account.
Requirement buckets grouped by lifecycle stage.
System-managed labels attached to the account. Some tags propagate to operations executed against this account.
[
{ "key": "psp", "value": "Amazon" },
{ "key": null, "value": "hidden" },
{ "key": "compliance-tier", "value": "high" }
]
A point-in-time state of the account.
Full state history of the account.
"2026-01-15T10:30:00Z"
"2026-01-15T10:30:00Z"
Parent account ID. Null for named accounts.
null