FoneStorm user object representing a user.
JSON
{
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"
}
}
Property Type Description email string Email address of the user. dashboard_role string Role can be None, Location, Organization, Agent or Master. dashboard_access string Access can be None, User, Manager, Administrator or Custom. first_name string First name of the user. last_name string Last name of the user. title string Title for the user. fractelfone string FracTELfone assigned to the user. account_id string Account or Subaccount id of the user. custom_access string Custom access details for the user if dashboard access is Custom.
Property Type Description subaccounts string Subaccounts access can be None, Read, Edit or Add. users string Users access can be None, Read, Edit, Add or Remove. business_objects string Business Object access can be None, Read, Edit, Add or Remove. fonenumbers string FoneNumbers access can be None, Read, Edit, Add or Remove. billing string Billing access can be None or Read. call_records string Call records access can be None or Read.