v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Users

Users

This request gets information about Users such as User Login, User Email etc.

Return data description

Property: username, Description: What a User uses to login. Property: wage, Description: The hourly rate of an employee. Property: active, Description: Determines if a user can log into Limble or not. Property: emailNotificationActive, Description: Determines if a User gets Email Notifications From Limble. Property: pushNotificationActive, Description: Determines if a User gets Push Notifications From Limble. Property: workdayHours, Description: The number of hours a day this employee works. Property: dateAdded, Description: The date a user was added to Limble. This is a unix timestamp. Property: teams, Description: What Teams a User has at specific Locations.

get/v2/users

Query parameters

usersinteger

This parameter expects a comma-separated list of users to get by id

namestring

This parameter is used to only get specific user by name. This parameter expects a string full name of a user or partial name with the wildcard %.

rolesinteger

This parameter expects a comma-separated list of users to get by roleID

teamsstring

This parameter expects a comma-separated list of users to get by teamID

cursorinteger

This parameter is a cursor that selects what userID you want to start receiving results at. e.g. passing 137 here will only get you tasks with an id greater than 137.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Users

userIDinteger
usernamestring
emailstring email
phonestring utc-millisec
firstNamestring
lastNamestring
wageinteger
activestring
emailNotificationActivestring
pushNotificationActivestring
workdayHoursinteger
dateAddedinteger