> ## 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 Staff Group Object

```json theme={null}
{
	"id": 2859938089533,
	"name": "Nurses",
	"is_elation_group": false,
	"created_date": "2020-11-11T16:16:28Z",
	"deleted_date": null,
	"users": [
		7927
	],
	"practice": 259387582
}
```

|                    |          |    |                                     |
| :----------------- | :------- | :- | :---------------------------------- |
| id                 | int      |    | The id of the staff group object    |
| name               | str      |    | The name of the staff group object  |
| is\_elation\_group | bool     |    | Is it an elation group              |
| created\_date      | datetime |    | The created date                    |
| deleted\_date      | datetime |    | The deleted date (if its deleted)   |
| users              | list     |    | A list of user ids inside the group |
| practice           | int      |    | The id of the practice              |
