Skip to main content
POST
Assign an owner 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

Employee object that is going to own the group

entityGroupId
string<uuid>
required

The identifier of the group

employeeId
string<uuid>
required

The identifier of the employee

Response

204 - undefined