get
https://example.com/v1/operations//accounts
Returns the list of accounts associated to a PRIVATE Operation.
Feature flag
- Requires
OPERATIONSto be active.
Access control
- OPERATOR: can view accounts for any PRIVATE Operation.
- ACCOUNT: can view accounts only for Operations they own (ownerId = customerUserId), with
OPERATIONS_READpermission, and attached to the effective store.
Filters
- Optional filters:
accountId(list of external ids),accountName(contains, case-insensitive).
Sorting
- Default sort is
accountNameASC. - Other possible sorts:
accountName,accountId. - Multiple sorts allowed (comma separated).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid query parameter format.
401Unauthorized. Missing or invalid authentication token.
403Forbidden.
- Unauthorized client or missing rights (requires OPERATIONS_READ, ownership, or store attachment)
- Operation type is PUBLIC (only PRIVATE Operations expose accounts list)
- Feature disabled
404Operation not found.
500Unexpected server error.
