v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Store Staff Details

Returns the entire staff details of the current organization. Staff could be associates or managers.

get/store/staff

Query parameters

type_value'ASSOCIATE' | 'MANAGER'

Type of staff details to return.

format'xml' | 'json'

Format of the response object.

Response

200

Example response

{
  "response": {
    "status": {
      "success": "true",
      "code": "200",
      "message": "success"
    },
    "store": {
      "staff": {
        "user": [
          {
            "id": "2313",
            "type": "ASSOCIATE",
            "code": "marks12131",
            "firstname": "George",
            "lastname": "Milton",
            "mobile": "447009000693",
            "email": "george.milton@example.com",
            "store_id": "232234",
            "store_code": "store.server"
          }
        ]
      }
    }
  }
}