# Accept Clinician Invite 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. Endpoint: PUT /v1/clinicians/{userId}/invites/{inviteId} Version: 1.0 Security: sessionToken ## Path parameters: - `userId` (string, required) String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4) - `inviteId` (string, required) ## Response 200 fields (application/json): - `id` (string) String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit [UUID v4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) - `inviteId` (string) The id of the invite if it hasn't been accepted - `email` (string, required) - `name` (string) The name of the clinician - `roles` (array, required) Enum: "CLINIC_ADMIN", "CLINIC_MEMBER", "PRESCRIBER" - `createdTime` (string, required) - `updatedTime` (string, required)