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).
