Returns the time bookings in a specified time range for a list of users.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

userIdsstringRequired
The ids of the users.
intervalStartdateRequired
The start of the interval.
intervalEnddateRequired
The end of the interval.

Response

OK
userIdstringformat: "uuid"
The user id to which the time bookings belong.
timeBookingslist of objects or null
The list of time bookings of the user.

Errors

400
Bad Request Error
401
Unauthorized Error