The User Object

API Considerations

This API currently requires that your API key be a part of an Enterprise.

Object Definition

{
	"id": 580803,
	"email": "[email protected]",
	"first_name": "Bob",
	"is_active": true,
	"last_name": "Johnson",
	"practice": 156610872934404,
	"user_type": "physician",
	"is_practice_admin": false,
	"has_chart_access": true,
	"physician_qualifications": {
		"credentials": "MD",
		"npi": "1234567890",
		"license_state": "TX",
		"license": "A12345",
		"dea": "AB1234567"
	}
}