Overview
Returns the paginated list of all available operator user groups (profiles).
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 impact the returned groups.
Scope of data returned
Each item includes the group name (string). Groups represent operator user profiles such as ADMIN, SUPPORT, etc.
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).
get
https://example.com/v1/operator-users/groups
