_id = $data['id']; $this->_name = $data['displayName']; if (isset($data['emails'][0]['value'])) { $this->_email = $data['emails'][0]['value']; } } }