{ "operationId": "Get a person's Privacy Settings", "method": "GET", "path": "/people/{personId}/features/privacy", "summary": "Get a person's Privacy Settings", "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 } ] } ] } } ] }