User Main Phone’s Primary line status

Retrieve the configuration

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

The API is mapped to GroupAccessDeviceGetUserListRequest and the primary status of the connected user is extracted of the answer.

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

Update the configuration

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

The API is mapped to GroupAccessDeviceModifyUserRequest

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