{ "operationId": "Retrieve Privacy Settings for a Workspace", "method": "GET", "path": "/telephony/config/workspaces/{workspaceId}/privacy", "summary": "Retrieve Privacy Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "aaExtensionDialingEnabled": true, "aaNamingDialingEnabled": true, "enablePhoneStatusDirectoryPrivacy": true, "enablePhoneStatusPickupBargeInPrivacy": true, "monitoringAgents": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE", "lastName": "Little", "firstName": "Alice", "displayName": "Alice Little", "type": "PEOPLE", "email": "alice@example.com", "numbers": [ { "external": "+19845551088", "extension": "1088", "routingPrefix": "1234", "esn": "12341088", "primary": true } ] }, { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMGMxYmFlNi1iMDU4LTRkYzItYmMyZC01NDYwOTFlOTkwOTk", "lastName": "Doe", "firstName": "John", "displayName": "John Doe", "type": "PEOPLE", "email": "johnDoe@gmail.com", "numbers": [ { "extension": "25789", "esn": "25789", "primary": true } ] } ] } } ] }