Users - List v5.0
Returns all users.
https://apis.buzzboard.com/v5.0/users
Returns all active users of partner.
curl -X GET "https://apis.buzzboard.com/v5.0/users"
-H "Authorization: Bearer $ACCESS_TOKEN"
{
"data": [
{
"id": 1,
"username": "john@gmail.com",
"first_name": "John",
"last_name": "Lynna",
"phone": "(441) 234-5687",
"mobile": "9235687921",
"email": "john@gmail.com",
"user_type": "Project Manager",
"reporting_to": null,
"profile_limit": 250,
"created_at": 1373023946,
"updated_at": 1484632107
},
{
"id": 2,
"username": "danae@gmail.com",
"first_name": "Denae",
"last_name": "Cai",
"phone": "(441) 234-568790",
"mobile": "9234568330",
"email": "danae@gmail.com",
"user_type": "Sales Rep",
"reporting_to": "John Lynna",
"profile_limit": 250,
"created_at": 1373024026,
"updated_at": 1488449664
}
],
"meta": {
"count": 2
}
}