Skip to main content
POST
Create Staff Group

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The name of the staff group.

Maximum string length: 50
practice
integer<int64>
required

The id of the practice that the staff group belongs to.

users
integer[]
required

A list of user ids inside the group.

is_elation_group
boolean

Whether the staff group is an Elation group.

Response

201 - application/json
name
string
required

The name of the staff group.

Maximum string length: 50
practice
integer<int64>
required

The id of the practice that the staff group belongs to.

users
integer[]
required

A list of user ids inside the group.

created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
is_elation_group
boolean

Whether the staff group is an Elation group.