ADM-OPERATOR-USER-500 - Get Operator User

Overview
Returns a single operator user identified by operatorUserId.

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

Store scoping
dj-store and dj-store-view define the request context. The returned operator user includes stores when a store restriction is configured.

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 identity fields, groups, status, and store restriction (stores). It does not include sensitive credentials (passwords, secrets).

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Operator user identifier.

Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses

401

Unauthorized (invalid or missing API key)

403

Forbidden (insufficient permissions)

404

Not found (unknown operator user)

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*