User

FoneStorm user object representing a user.

{
  email: "[email protected]",
  dashboard_role: "Location",
  dashboard_access: "Custom",
  first_name: "John",
  last_name: "Doe",
  title: "CEO",
  fractelfone: "999999999999",
  account_id: "2005559999",
  custom_access: {
    subaccounts: "Add",
    users: "Remove",
    business_objects: "Remove",
    fonenumbers: "Remove",
    billing: "Read",
    call_records: "Read"
  }
}

Response Properties

PropertyTypeDescription
emailstringEmail address of the user.
dashboard_rolestringRole can be None, Location, Organization, Agent or Master.
dashboard_accessstringAccess can be None, User, Manager, Administrator or Custom.
first_namestringFirst name of the user.
last_namestringLast name of the user.
titlestringTitle for the user.
fractelfonestringFracTELfone assigned to the user.
account_idstringAccount or Subaccount id of the user.
custom_accessstringCustom access details for the user if dashboard access is Custom.

Custom Access Properties

PropertyTypeDescription
subaccountsstringSubaccounts access can be None, Read, Edit or Add.
usersstringUsers access can be None, Read, Edit, Add or Remove.
business_objectsstringBusiness Object access can be None, Read, Edit, Add or Remove.
fonenumbersstringFoneNumbers access can be None, Read, Edit, Add or Remove.
billingstringBilling access can be None or Read.
call_recordsstringCall records access can be None or Read.