get https://api.fonestorm.com/v2/users
Get a list of all users.
This will return a listing of all the users belonging to the FracTEL account associated with the API token being used.
Sample Response
{
"users": [
{
email: "[email protected]",
dashboard_role: "Organization",
dashboard_access: "Administrator",
first_name: "John",
last_name: "Doe 1",
title: "CEO",
fractelfone: "999999999999",
account_id: "2005559999",
custom_access: {}
},
{
email: "[email protected]",
dashboard_role: "Organization",
dashboard_access: "Custom",
first_name: "John",
last_name: "Doe 2",
title: "Manager",
fractelfone: "999999999998",
account_id: "2005559999",
custom_access: {
subaccounts: "Add",
users: "Add",
business_objects: "Add",
fonenumbers: "Add",
billing: "Read",
call_records: "Read"
}
},
{
email: "[email protected]",
dashboard_role: "Location",
dashboard_access: "User",
first_name: "John",
last_name: "Doe 3",
title: "Developer",
fractelfone: "999999999997",
account_id: "2005559999",
custom_access: {}
}
]
}
Response Properties
Property | Type | Description |
---|---|---|
users | array | Array of User |