Hoteling Guest Service

Display user’s hoteling guest

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/services/hoteling/guest/

The API is mapped to UserHotelingGuestGetRequest

Update user’s hoteling guest

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/services/hoteling/guest/

The API is mapped to UserHotelingGuestModifytRequest

Additional restrictions

Request JSON Object:
  • associationLimitHours (integer) – Value in range 1 - 999.

Retrieve user’s hoteling guest available users

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/services/hoteling/guest/available_users/

The API is mapped to UserHotelingGuestGetAvailableUserListRequest

Additional informations

Response JSON Object:

User Hoteling Guest Available User List Item

Name

Type

Methods

Description

GET

userId

String

A

Unique name for the agent assigned to a call center.

firstName

String

A

User’s first name.

lastName

String

A

User’s last name.

associationLimitHours

Integer

A

associationLimitHours.

enableAssociationLimit

Boolean

A

enableAssociationLimit.

phoneNumber

String

A

Phone number.

extension

String

A

The extension.

department

String

A

Uniquely identifies a department system-wide.

emailAddress

String

A

User’s email address.