Employees Directory
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.
GET
/
api
/
v3
/
users
Query Parameters
dtContractEnd
string
{comparator},{date-time}
.
dtContractStart
string
{comparator},{date-time}
id
any[]
User's identifier
modifiedAt
string
{comparator},{date-time}
paging
string
{offset},{limit}. Defaults to 0,1000.
fields
any[]
mail
string
User's mail
login
string
User's login
Body
application/json · object
The body is of type object
.
Response
200 - application/json
items
object[]
Was this page helpful?