Skip to main content
POST
/
api
/
2.0
/
delegate_permissions
/
Create Delegate Permission
curl --request POST \
  --url https://sandbox.elationemr.com/api/2.0/delegate_permissions/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "delegate_user": 123,
  "physician": 123,
  "practice": 123
}
'
{
  "delegate_user": 123,
  "physician": 123,
  "practice": 123,
  "created_date": "2023-11-07T05:31:56Z",
  "id": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
delegate_user
integer
required
permission_type
enum<string>
required
Available options:
bills,
messages,
orders,
referrals,
rxs
physician
integer<int64>
required
practice
integer<int64>
required

Response

201 - application/json
delegate_user
integer
required
permission_type
enum<string>
required
Available options:
bills,
messages,
orders,
referrals,
rxs
physician
integer<int64>
required
practice
integer<int64>
required
created_date
string<date-time> | null
read-only
id
integer
read-only