input('first_name'), lastName:$this->input('last_name'), middleName:$this->input('middle_name'), preferredName:$this->input('preferred_name'), dateOfBirth:$this->input('date_of_birth'), gender:$this->input('gender'), primaryLanguage:$this->input('primary_language'), profileMetadata:(array)$this->input('profile_metadata',[]), updateReason:(string)$this->input('update_reason','student update')); } }