These docs are for v2.11. Click to read the latest docs for v2.12.

Get 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

PropertyTypeDescription
usersarrayArray of User
Language
Credentials
Header
Click Try It! to start a request and see the response here!