Tenant Trunking Users¶
Display tenant’s trunking assigned users list¶
-
GET
/api/v1/tenants/
(string: tenant_id)/services/trunk_users/
(string: instance_name)/
¶ The API is mapped to EnterpriseEnterpriseTrunkGetUserListRequest.
Assign users list to tenant’s trunking¶
-
POST
/api/v1/tenants/
(string: tenant_id)/services/trunk_users/
(string: instance_name)/
¶ The API is mapped to EnterpriseEnterpriseTrunkAddUserListRequest.
Unassign users list to tenant’s trunking¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/services/trunk_users/
(string: instance_name)/
¶ The API is mapped to EnterpriseEnterpriseTrunkDeleteUserListRequest.
Display tenant’s trunking available trunk user list¶
-
GET
/api/v1/tenants/
(string: tenant_id)/services/trunk_groups/available/users/
¶ The API is mapped to EnterpriseEnterpriseTrunkGetAvailableUserListRequest.