List Users
Retrieve a list of Users.
By default, former employees are excluded from the response. In order to retrieve them, you may add the ?dtContractEnd=notequal,null
query parameter to your request.
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Query Parameters
User's identifier.
Format: ({comparator},)?{date}
.
Format: ({comparator},)?{date | 'null'}
.
"2025-01-01"
"since,2025-01-01"
"until,2025-01-31"
"between,2025-01-01,2025-01-31"
null
"notequal,null"
Only return users/employees who have been modified since {date}.
Format: '{comparator},{date-time}'
"since,2025-01-01T08:45:23"
Format: {offset},{limit}
, where:
offset
: index of the first item to retrieve in the collection.limit
: maximum number of items to retrieve.
Maximum limit is "1000".'
Comma-separated list of fields of the user to include in responses. Extended data can be retrieved with ?fields=extendedData
.
User's mail (strict equality). You may prefix with the like,
operator in order to execute a LIKE search (e.g.: ?mail=like,jdoe
).
User's login (strict equality).
Whether former (terminated) employees should be included in response ?formerEmployees=true
along active employees. They are excluded by default. Please note that you may not be able to retrieve former employees even when including them, depending on your access rights.
Response
OK
The response is of type object
.