Get Resources by User
GET /v1/reservations/users/{userId}/resources
Gets all reservation resources authorized to a given user.
Headers
Name
Value
Authorization
Bearer <token>
x-api-key
<api key>
Parameters
userId string(uuid) path parameter (required)
Identifier of the user.
Response
200 OK
A list containing details about each reservation resource.
Body
[] array of ReservationResource objects
A list of ReservationResource objects.
Last updated