v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Staff of Store/Zone

Retrieve registered staff users of a specific store or zone. Accessible only to admin users.

get/staff/getUsersList

Query parameters

zoneCodestring

Get registered staff of a specific zone. Pass the respective zone code.

storeCodestring

Fetch registered users of a specific store. Pass the respective store code.

Response

200

successboolean

Example response

{
  "entity": [
    {
      "username": "timjames",
      "mobile": "91841400000",
      "storeCode": "store1",
      "zoneCode": "root",
      "id": 50007775
    }
  ],
  "success": true
}