{ "operationId": "Login to a RedSky Admin Account", "method": "POST", "path": "/telephony/config/redSky/actions/login/invoke", "summary": "Login to a RedSky Admin Account", "requestExamples": [ { "contentType": "application/json", "example": { "email": "test@cisco.com", "password": "Test@123", "redSkyOrgId": "610af8f4-a4ed-4be3-ae6f-efcdcd4895a8" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "accountMatch": true, "externalTenantEnabled": true, "companyId": "ddd1424c-5b48-433d-9bab-061cdfb84c90" } } ] }