Agents
Retrieve a collection of ring group agents.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of ring group.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/ring_groups/{id}/agentsUpdate ring group member list.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of ring group.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
Responses
200
OK
No content
4XX
Error
post
/ring_groups/{id}/agentsNo content
Retrieve information of ring group agent.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of ring group.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwagent_numberstring · min: 3 · max: 64RequiredPattern:
The extension number.
[0-9]{3,64}Responses
200
OK
application/json
extension_numberall ofOptional
The extension number of agent.
string · min: 3 · max: 64OptionalPattern:
The extension number.
[0-9]{3,64}display_nameall ofRead-onlyOptional
The display name of agent.
string · max: 1024Optional
The display name of user.
skill_levelinteger · int32 · min: 1 · max: 100OptionalDefault:
The skill level of agent in ring group.
Only valid when ring_strategy is skill based.
14XX
Error
get
/ring_groups/{id}/agents/{agent_number}