{ "operationId": "Call Out a SIP Participant", "method": "POST", "path": "/meetingParticipants/callout", "summary": "Call Out a SIP Participant", "requestExamples": [ { "contentType": "application/json", "example": { "meetingId": "d8c3347d7ec04242ba9b856184b334ac", "address": "SIP:9053523155@examplezone.cisco.com", "addressType": "sipAddress", "invitationCorrelationId": "871ab255-64e6-4cd2-a5af-d33953898356", "displayName": "Brenda DX80" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "participantId": "d8c3347d7ec04242ba9b856184b334ac_I_630641605678082408_57514861-50f7-3f5b-864f-ce0e308bf653", "invitationCorrelationId": "871ab255-64e6-4cd2-a5af-d33953898356", "meetingNumber": "79100342367", "meetingId": "d8c3347d7ec04242ba9b856184b334ac", "address": "SIP:9053523155@examplezone.cisco.com", "addressType": "sipAddress", "displayName": "Brenda DX80", "state": "pending" } } ] }