Returns the time bookings in a specified time range for a list of users.
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
userIds
The ids of the users.
intervalStart
The start of the interval.
intervalEnd
The end of the interval.
Response
OK
userId
The user id to which the time bookings belong.
timeBookings
The list of time bookings of the user.

