{
  "email": "john.doe@example.com",
  "name": "John Doe",
  "title": "Software Engineer",
  "phone": "123-456-7890",
  "department": "Engineering",
  "linkedinUrl": "https://www.linkedin.com/in/johndoe",
  "avatarUrl": "https://example.com/avatar.jpg",
  "source": "api",
  "identityLinks": [
    {
      "externalIdType": "github",
      "externalIdValue": "johndoe"
    }
  ],
  "traits": [
    {
      "key": "skill",
      "value": "JavaScript"
    },
    {
      "key": "location",
      "value": "San Francisco"
    }
  ]
}
