Update ring group members
POST/ring-groups/:ringGroupId/update-members
Atomically applies an add/update/remove delta to a ring group's member list.
Returns an operation object to track progress; poll the operation to completion.
Only the members supplied are changed. At least one of add, update, or remove
must be non-empty, each accepts up to 200 members, and an extensionId or
extensionNumber must not appear in more than one array within a single request.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
- 503
Accepted - Member update initiated
Response Headers
Unique response identifier generated by the service
Bad Request - Validation errors or invalid request
Response Headers
Unique response identifier generated by the service
Forbidden - Customer ID mismatch or insufficient permissions
Response Headers
Unique response identifier generated by the service
Not Found - Ring group does not exist
Response Headers
Unique response identifier generated by the service
Conflict - Concurrent modification or downstream conflict detected while applying the delta
Response Headers
Unique response identifier generated by the service
Internal Server Error - Unexpected error occurred
Response Headers
Unique response identifier generated by the service
Service Unavailable - Service unavailable due to connectivity or network issues
Response Headers
Unique response identifier generated by the service