For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
JSON
{
"id": 2859938089533,
"created_date": "2020-11-11T16:16:28Z",
"dob": null,
"email": null,
"first_name": "Charles",
"id": 28383234,
"last_name": "Orange",
"middle_name": "",
"phone": null,
"practice": 2593872345435,
"prefix": "",
"sex": "Unknown",
"suffix": "",
"user_id": 140750846885891 // read-only
}
Field Type Values Description id int The id of the staff object dob str Not usually available for staff. email str The email of the office staff first_name str The first name of the office staff last_name str The last name of the office staff middle_name str Not usually available for staff. phone str Not usually available for staff. practice int The id of the practice prefix str Not usually available for staff. suffix str Not usually available for staff. sex str Not usually available for staff. created_date datetime When staff was added to the system. user_id int Read-only. The auth user ID for this staff member. Can be passed to ThreadMember.user when creating message threads. null if the staff member has no associated user account.