{ "operationId": "createCallQueueSupervisor", "method": "POST", "path": "/telephony/config/supervisors", "summary": "Create a Supervisor with Customer Assist", "requestExamples": [ { "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MTFlNWQ5NS0zODQyLTRmOGItOGZjNy00NGY5YjA0N2MyZTc", "agents": [ { "id": "Y2lzY29zcGFyazovL3VzL1BMQUNFLzE3NzczMWRiLWE1YzEtNGI2MC05ZTMwLTNhM2MxMGFiM2IxMQ" }, { "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS9hM2NjOTVhNC0zNzBjLTQyZmQtYWYzOS00MDE0MmE1YjMzMWU" } ] } } ], "responseExamples": [ { "status": "206", "contentType": "application/json", "example": { "supervisorAgentStatus": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85NTA4OTc4ZC05YmFkLTRmYWEtYTljNC0wOWQ4NWQ4ZmRjZTY", "status": "NOT_AVAILABLE", "message": "[Error 6612] Agent 9508978d-9bad-4faa-a9c4-09d85d8fdce6 is not available." } ] } } ] }