# Create Clinician Internal endpoint to create a new clinician Endpoint: POST /v1/clinics/{clinicId}/clinicians Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) ## Request fields (application/json): - `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"