Users

Fetches all the users of your company

get/user

Response

If the auth token is valid.

statusCodenumber

Will be 0 in case of success

messagestring

Contains the success message or error reason, based on the statusCode

Example response

{
  "statusCode": 0,
  "message": "Successfully fetched the users",
  "data": [
    {
      "userId": "731e0bc1-1p4e-4eq1-9lb7-6290276172co",
      "name": "Rahul Singh",
      "phoneNumber": "+919898989898",
      "email": "rahulsingh@gmail.com",
      "designation": "Admin",
      "process": [
        "Default process",
        "process1",
        "process2"
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.