# Accept Patient Invitation Accept a pending invite from a user who would like to share their account with the clinic and become a patient. Endpoint: PUT /v1/clinics/{clinicId}/invites/patients/{inviteId} Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) - `inviteId` (string, required) ## Request fields (application/json): - `fullName` (string) The full name of the patient - `birthDate` (string) Example: "2012-08-30" - `mrn` (string) The medical record number of the patient - `tags` (array,null) - `sites` (array) - `sites.name` (string, required) The site's name.