Users
Fetches all the user ids of your company
get/user/ids
Response
If the auth token is valid.
Example response
{
"statusCode": 0,
"message": "Successfully fetched the user ids",
"data": [
{
"userId": "731e0bc1-1p4e-4eq1-9lb7-6290276172co",
"name": "Rahul Singh",
"phoneNumber": "+919898989898"
}
]
}