{ "operationId": "getHomeContactInformation", "method": "GET", "path": "/people/{ID}/homeContactInformation", "summary": "Get Home Contact Information", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Gethomecontactinformation200Example", "example": { "emails": [ { "emailAddress": "user@example.com", "isPrimary": true } ], "phones": [ { "phoneNumber": "example_value", "isPrimary": true, "countryCode": "example_value" } ], "addresses": [ { "addressLine1": "example_value", "addressLine2": "example_value", "city": "example_value", "postalCode": "example_value", "isPrimary": true } ] } } ] }