Clinician
Profile
Update Clinician Profile

Update Clinician Profile

Update clinician profile fields including availability, coverage, rates, languages, and external network metadata.

Overview

  • Method: PUT
  • Path: /clinician/profile/update-clinician-profile/<clinicianId>
  • Tags: clinician

Parameters

clinicianId (path)

  • Type: string
  • Required: Yes
  • Description: clinicianId parameter

Request Body

  • Content Type: application/json
  • Required: Yes

Fields

FieldTypeRequiredDetails
firstNamestringNo
lastNamestringNo
emailstringNoformat: email
licenseNumberstringNo
specialtiesstringYes
credentialsstringYes
languagesstringYes
availabilitystringNo
workingHoursstringYes
endstringYes

Responses

200

Successful response

Content Type: application/json

{
  "message": "string",
  "clinicianId": "string",
  "updated_at": "string"
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X PUT \
  https://api.pillexa.com/clinician/profile/update-clinician-profile/<clinicianId> \
  -H "Content-Type: application/json" \
  -d '{"example": "data"}'