ADM-OPERATOR-USER-550 - List Operator Users

Overview
Returns a paginated list of operator users for administration purposes.

User scoping
Admin endpoint. Only operator users can call this endpoint (dj-client: OPERATOR).

Store scoping
The request context store can be provided via dj-store and dj-store-view headers. Store restrictions are defined per operator user through stores and do not filter the list by default.

Visibility
Results are filtered by platform permissions of the authenticated operator user. Users outside the caller visibility scope are not returned.

Scope of data returned
Each item includes identity fields, groups, status, and store restriction (stores). It does not include sensitive credentials (passwords, secrets).

Filters
No functional filters are supported on this endpoint (pagination and sorting only). Unknown or invalid filtering parameters are ignored.

Sorting
Sorting criteria follow sort=property,(asc|desc). Multiple sort criteria are supported. Malformed sort entries are silently ignored and the request still succeeds.

Pagination
Uses standard page (zero-based) and size pagination parameters.

Errors
Returns authentication errors (401), authorization errors (403), and unexpected server errors (500).

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!