{ "operationId": "getAvailableNumbersForMyLocation", "method": "GET", "path": "/telephony/config/people/me/location/assignedNumbers", "summary": "Get Available Numbers for User's Location", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "phoneNumbers": [ { "phoneNumber": "+16177817765", "extension": "765", "state": "ACTIVE", "phoneNumberType": "PRIMARY", "tollFreeNumber": false, "owner": { "type": "HUNT_GROUP", "displayName": "testingdemoHunt" } } ] } } ] }