Skip to main content
GET
/
api
/
2.0
/
office_staff
/
{staff_id}
Retrieve Office Staff
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/office_staff/{staff_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "last_name": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "dob": "2023-12-25",
  "email": "<string>",
  "first_name": "<string>",
  "id": 123,
  "middle_name": "<string>",
  "phone": "<string>",
  "practice": 123,
  "prefix": "<string>",
  "suffix": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

staff_id
integer
required

The ID of the staff member to retrieve

Response

200 - application/json
last_name
string
required
Maximum string length: 60
created_date
string<date-time> | null
read-only

When staff was added to the system.

dob
string<date> | null
email
string | null
read-only

Get office email using fallbacks

first_name
string
Maximum string length: 50
id
integer
read-only
middle_name
string
Maximum string length: 50
phone
string | null
Maximum string length: 20
practice
integer<int64>
read-only
prefix
string
Maximum string length: 20
sex
enum<string>
Available options:
Female,
Intersex/Other,
Male,
None selected
suffix
string
Maximum string length: 20