Update an existing call group
This action will update an existing call group
Try this request in your browser
URL
https://connectapi.dial9.co.uk/api/v2/call_groups/update
Access
Must be authenticated as a user or API token.
If not authorised, a AccessDenied
error will be returned.
Parameters
Parameter | Type | Default |
---|---|---|
id Required The ID of the call group |
Integer | null |
name The name of the call group |
String | null |
noanswer_timeout The length of time the group should ring before being directed to no answer destination (in seconds) |
Integer | null |
noanswer_destination_id |
null | |
noanswer_destination_type |
null | |
paging_enabled Is paging enabled for this call group? |
Boolean | null |
pickup_group_id The id of the pickup group |
Integer | null |
members An array of all members for this object |
Array | null |
Errors
Error | Attributes |
---|---|
CallGroupNotFound No call group was found given the ID provided |
|
NoAccessToCallGroup Your authenticated identity is not permitted to access this call group |
|
InvalidPickupGroup The pickup group provided was invalid |
|
InvalidMembers The members array provided was not valid |
|
ValidationError A validation error occurred |
|
Response Data
This action will return a call group structure.
You'll receive all attributes for this structure (basic and extended attributes). You'll receive all expansions for this stucture.