Less Annoying CRM logo Less Annoying CRM LACRM
Settings Functions

Users

Users are individuals with login credentials for a given LACRM account.

Get user

This function returns the current user.

How to call this function
Function name
GetUser
Parameters
This function doesn't take any parameters.
Response
{
"UserId": "3946736172535395076091456796495",
"FirstName": "",
"LastName": "",
"Timezone": "",
"Email": ""
}

List users

This function will return all of the users you have access to see. Admins have access to see all users. Everyone else can only see users if they have access to see their calendars or contacts. Additionally, all users can see the info for admins on the account so that they know who to go to for help.

How to call this function
Function name
GetUsers
Parameters
This function doesn't take any parameters.
Response
[
{
"UserId": "3946736172535395076091457804990",
"FirstName": "",
"LastName": "",
"Timezone": ""
},
{...},
{...}
]