Skip to main content
GET
Retrieve User

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
email
string
required
Maximum string length: 255
first_name
string
required
Maximum string length: 50
is_active
boolean
required

Whether the account can log in, including via SSO. This endpoint never sends an invitation email; set this to false to create the account inactive, or true to create it active immediately.

last_name
string
required
Maximum string length: 60
practice
integer<int64>
required
user_type
enum<string>
required
Available options:
physician,
staff
account_type
enum<string> | null
  • regular - Regular staff
  • oncall - On call (not paid)
  • ft_non_prescribing - Full-Time Non-Prescribing
  • pt_prescribing - Limited Use
Available options:
regular,
oncall,
ft_non_prescribing,
pt_prescribing
credentialed
boolean
default:false
has_chart_access
boolean
default:true
id
integer
read-only
is_practice_admin
boolean
default:false
is_read_only
boolean
default:false
physician_qualifications
object