ADM-OPERATOR-USER-250 - Bulk Update Operator User Status

Overview
Bulk activates or deactivates operator users by updating their status field.

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. Store restrictions (stores) are not modified by this endpoint.

Updatable fields
Only status can be updated through this endpoint.

Partial update rules
Each item in the array targets one operator user by id and sets status to either ACTIVE or INACTIVE.
Items with invalid format can be rejected as a bad request (400).

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
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
200

Customer account activated or deactivated

400

Bad request (invalid payload)

401

Unauthorized (invalid or missing API key)

403

Forbidden (insufficient permissions)

500

Internal server error

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