v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Staff Details

Retrieves the details of a specific staff.

get/staff

Query parameters

username**string

Username of the staff user.

email**string

Email ID of the staff user.

mobile**string

Mobile number of the staff user.

id**string

Unique ID of the staff user.

refId**string

External reference ID of the staff user.

Response

200

successboolean

Example response

{
  "entity": {
    "username": "timjames",
    "email": "tom.swayer@capillarytech.com",
    "storeCode": "eu.store1",
    "zoneCode": "root",
    "conceptCode": "root",
    "tillCode": "eu.store1staff1",
    "id": 75025598
  },
  "success": true
}