Simultaneous Ring Personal¶
Display user’s simultaneous ring personal¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/
¶ The API is mapped to UserSimultaneousRingPersonalGetRequest17
Additional information
- Response JSON Object:
simultaneousRingNumber (array) – a list of number objects as defined as Simultaneous Ring Number attributes.
criteria (array) – a list of criteria objects as defined as Criteria attributes.
Update a user’s simultaneous ring personal¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/
¶ The API is mapped to UserSimultaneousRingPersonalModifyRequest17
Additional restrictions
- Request JSON Object:
simultaneousRingNumber (array) – a list of number objects as defined as Simultaneous Ring Number attributes.
criteria (array) – a list of criteria objects as defined as Criteria attributes.
Display user’s simultaneous ring personal criteria¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/criteria/
(string: instance_name)/
¶ The API is mapped to UserSimultaneousRingPersonalGetCriteriaRequest
Additional information
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Assign a user’s simultaneous ring personal criteria¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/criteria/
¶ The API is mapped to UserSimultaneousRingPersonalAddCriteriaRequest
Additional restrictions
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Update a user’s simultaneous ring personal criteria¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/criteria/
(string: instance_name)/
¶ The API is mapped to UserSimultaneousRingPersonalModifyCriteriaRequest
Additional restrictions
- Request JSON Object:
name (string) – (Required) see name from Criteria attributes.
newName (string) – see newName from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Disassign a user’s simultaneous ring personal criteria¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/simultaneous_ring_personal/criteria/
(string: instance_name)/
¶ The API is mapped to UserSimultaneousRingPersonalDeleteCriteriaRequest
Additional restrictions
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.
Simultaneous Ring Number attributes¶
Name |
Type |
Methods |
Description |
|||
---|---|---|---|---|---|---|
GET |
POST |
PUT |
DELETE |
|||
phoneNumber |
string |
A |
R |
R |
O |
The phone number (if configured, empty or absent otherwise) (See Phone Number). |
answerConfirmationRequired |
boolean |
A |
O |
O |
O |
If set, the answering party must enter a confirmation digit to complete the call. |