get https://api.djust.example.com/admin/operations//accounts
Returns the list of accounts associated to a PRIVATE Operation.
Feature flag
- Requires
OPERATIONS_ENABLED
to 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_READ
permission, and attached to the effective store.
Filters
- Optional filters:
accountIds
(list of external ids),accountName
(contains, case-insensitive).
Sorting
- Default sort is
accountName
ASC. - Other possible sorts:
accountName
,accountId
. - Multiple sorts allowed (comma separated).