List all users
List all users.
GET /api/v1/integrations/users/
Headers
Name | Value |
---|---|
Authorization | Bearer Access Token |
Response
{
"success": true,
"message": "Successfully obtained the user details",
"data": {
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"account": {
"call_reasons": [
"list of call reasons"
],
"call_outcomes": [
"list of call outcomes"
],
"tags": [
"list of tags"
],
"subscription": {
"plan": {
"name": "Professional",
"currency": "INR",
"price": 1000,
"billing_cycle": "MONTHLY",
"discount": 25,
"discounted_price": 750
},
"status": "ACTIVE"
},
"credit": {
"balance": 1000,
"currency": "INR",
"subscription_payments": false,
"notification_threshold": 10
}
},
"virtual_numbers": [],
"Role": null,
"license": null,
"currency": "INR",
"bb_calling": false,
"number": {
"id": 328,
"country_code": "+91",
"phone_number": "812******",
"loc": "India"
}
}
}