# Confirmations Manage confirmations for account creation, sharing invites, etc. ## Invite Clinician - [POST /v1/clinics/{clinicId}/invites/clinicians](https://tidepool.redocly.app/reference/clinic.v1/clinics/inviteclinician.md): Send an invite to clinician's email address to join a clinic. ## Resend Clinician Invite - [PATCH /v1/clinics/{clinicId}/invites/clinicians/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/clinics/resendinvite.md): Resend invite to the email address of the clinician. ## Delete Invite - [DELETE /v1/clinics/{clinicId}/invites/clinicians/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/clinics/deleteinvite.md): Deletes unaccepted invite ## Get Patient Invites - [GET /v1/clinics/{clinicId}/invites/patients](https://tidepool.redocly.app/reference/clinic.v1/clinics/getpatientinvites.md): Retrieve the list of all pending invites from users who would like to share their accounts with the clinic and become patients. ## Accept Patient Invitation - [PUT /v1/clinics/{clinicId}/invites/patients/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/clinics/acceptpatientinvitation.md): Accept a pending invite from a user who would like to share their account with the clinic and become a patient. ## List Clinician Invites - [GET /v1/clinicians/{userId}/invites](https://tidepool.redocly.app/reference/clinic.v1/clinics/listclinicianinvites.md): Retrieve a list of the outstanding invites to join a clinic ## Dismiss Clinician Invite - [DELETE /v1/clinicians/{userId}/invites/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/clinics/dismissclinicianinvite.md): Dismisses an invite sent from a clinic to clinician ## Accept Clinician Invite - [PUT /v1/clinicians/{userId}/invites/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/clinics/acceptclinicianinvite.md): Accept an invite to join a clinic as clinician. The clinician will be associated to the currently authenticated user if the email in their profile matches the email of the invite. ## Invite Clinician - [POST /v1/clinics/{clinicId}/invites/clinicians](https://tidepool.redocly.app/reference/clinic.v1/confirmations/inviteclinician.md): Send an invite to clinician's email address to join a clinic. ## Resend Clinician Invite - [PATCH /v1/clinics/{clinicId}/invites/clinicians/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/resendinvite.md): Resend invite to the email address of the clinician. ## Delete Invite - [DELETE /v1/clinics/{clinicId}/invites/clinicians/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/deleteinvite.md): Deletes unaccepted invite ## Get Clinician Invite - [GET /v1/clinics/{clinicId}/invites/clinicians/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/getclinicianinvite.md): Retrieve an invitation sent to clinician to join the clinic ## Get Patient Invites - [GET /v1/clinics/{clinicId}/invites/patients](https://tidepool.redocly.app/reference/clinic.v1/confirmations/getpatientinvites.md): Retrieve the list of all pending invites from users who would like to share their accounts with the clinic and become patients. ## Accept Patient Invitation - [PUT /v1/clinics/{clinicId}/invites/patients/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/acceptpatientinvitation.md): Accept a pending invite from a user who would like to share their account with the clinic and become a patient. ## List Clinician Invites - [GET /v1/clinicians/{userId}/invites](https://tidepool.redocly.app/reference/clinic.v1/confirmations/listclinicianinvites.md): Retrieve a list of the outstanding invites to join a clinic ## Dismiss Clinician Invite - [DELETE /v1/clinicians/{userId}/invites/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/dismissclinicianinvite.md): Dismisses an invite sent from a clinic to clinician ## Accept Clinician Invite - [PUT /v1/clinicians/{userId}/invites/{inviteId}](https://tidepool.redocly.app/reference/clinic.v1/confirmations/acceptclinicianinvite.md): Accept an invite to join a clinic as clinician. The clinician will be associated to the currently authenticated user if the email in their profile matches the email of the invite.