Skip to main content
PATCH
Update Clinician

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clinician_id
string
required

Body

application/json
first_name
string | null

Clinician first name

last_name
string | null

Clinician last name

npi
string | null

National Provider Identifier

Required string length: 10
Example:

"1234567890"

email
string | null

Clinician email address

primary_taxonomy_code
string | null

Primary taxonomy code

Maximum string length: 255
phone
string | null

Clinician phone number

Maximum string length: 255
service_location_id
string<uuid> | null

The service location's Silna identifier

Response

OK