Overview
Returns a paginated list of stores assigned to the operator user identified by operatorUserId.
User scoping
Admin endpoint. Only operator users can call this endpoint (dj-client: OPERATOR).
Store scoping
The effective store context is derived from the dj-store and dj-store-view headers when provided. This context does not filter the returned stores.
Visibility
The operator user is returned only if it is within the visibility scope of the authenticated operator user (permissions and organisational scope).
Scope of data returned
Returns store identity fields: id, externalId, name.
Pagination
Uses standard page (zero-based) and size pagination parameters.
Errors
Returns authentication errors (401), authorization errors (403), not found (404), and unexpected server errors (500).
get
https://example.com/v1/operator-users//stores
