> ## 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.

# The Delegate Permission Object

```json theme={null}
{
  "id": 29374541745502,
  "created_date": "2020-12-16T03:18:27Z",
  "practice": 28745678432,
  "physician": 259387703445,
  "delegate_user": 70922457,
  "permission_type": "orders"
}
```

| Attribute        | Type     | Allowed Values | Description                              |
| :--------------- | :------- | :------------- | :--------------------------------------- |
| id               | integer  |                | The id of the delegate permission object |
| created\_date    | datetime |                | The creation date                        |
| practice         | integer  |                | The id of the practice                   |
| physician        | integer  |                | The id of the physician                  |
| delegate\_user   | integer  |                | The id of the delegate\_user             |
| permission\_type | string   |                |                                          |
