Users

Fetches all the user ids of your company

get/user/ids

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 user ids",
  "data": [
    {
      "userId": "731e0bc1-1p4e-4eq1-9lb7-6290276172co",
      "name": "Rahul Singh",
      "phoneNumber": "+919898989898"
    }
  ]
}

Changes

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