v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBUsers
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.
Query parameters
This parameter expects a comma-separated list of users to get by id
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 %.
This parameter expects a comma-separated list of users to get by roleID
This parameter expects a comma-separated list of users to get by teamID
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.
This parameter is a result limiter. The default is set to return no more than 100 results at one time.
Response
Users