Polycom Phone Services for User Main Phone

The Polycom Phone Services offers the possibility to configure additional intergation of the phone with the AS concerning the contacts directories.

Retrieve the configuration

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/access_device/polycom_services/

The API is mapped to UserPolycomPhoneServicesGetRequest.

It is also using UserGetRequest to get the references of the amin device, of the end user.

Update the configuration

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/users/(string: user_id)/access_device/polycom_services/

The API is mapped to UserPolycomPhoneServicesModifyRequest.

It is also using UserGetRequest to get the references of the amin device of the end user.