Get Users
GET /v1/reservations/users/fetch/{deviceId}
Gets all users authorized for making reservations in a given VAKA system.
Headers
Name
Value
Authorization
Bearer <token>
x-api-key
<api key>
Parameters
deviceId string(uuid) path parameter (required)
Identifier of the VAKA system to get users from.
Response
200 OK
A list containing details about each user.
Body
userAccounts array of UserAccountWithAvailableResource objects
A list of UserAccountWithAvailableResource objects.
Last updated