Users
The Bearer API key of your user more info.
numeric user id
Optional hex-color code for the user's shifts in schedules calendars
Date in ISO-8601
Date in ISO-8601
Date in ISO-8601
the updated user
the updated user
The Bearer API key of your user more info.
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0the maximum number of results when paging through a list of entities.
50list of users
list of users
Sample request
Request URL: https://api.ilert.com/api/users
{
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"position": "Software Engineer",
}Response
{
"id": 2188373,
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"position": "Software Engineer",
"timezone": "Europe/Berlin",
"language": "de",
"role": "RESPONDER",
}The Bearer API key of your user more info.
Provide ?send-no-invitation=true if you do not wish to send an invitation email.
falseOptional hex-color code for the user's shifts in schedules calendars
Created. The URI of the created user entity is included in the Location header and the user object is included in the body.
Created. The URI of the created user entity is included in the Location header and the user object is included in the body.
The Bearer API key of your user more info.
Optional hex-color code for the user's shifts in schedules calendars
the updated user
the updated user
Last updated
Was this helpful?