Skip to main content
POST
Assign employees to an entity group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Employees array that needs to be assigned to the entity group

entityGroupId
string<uuid>
required

The identifier of the group

employeeIds
string<uuid>[]
required

The identifier of the employee

Response

204 - undefined