View All Users

This API allows you to fetch all users associated to each distributor.

It returns finsire_id, name, email and phone of each user.

The sample response looks like:

{
  "status": true,
  "users": [
    {
      "finsire_id": "34ec38dd9dfsd5353242234vsdf4r5324f",
      "name": "John Doe ",
      "email": "[email protected]",
      "phone": 9874562200
    },
    {
      "finsire_id": "23633ffd47348320483223fe48f057cb0f",
      "name": "ABC",
      "email": "[email protected]",
      "phone": 9874563210
    },
    {
      "finsire_id": "32ce79842f32nf5345435df097f46b4f8d",
      "name": "XYZ",
      "email": "[email protected]",
      "phone": 9876543210
    }
  ]
}

You can try out this API here.