Skip to main content
POST
Assign an employee to a department

Authorizations

Authorization
string
header
required

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

Body

application/json

Employee object needs to be assigned to Department object

employeeId
string<uuid>
required

The identifier of the employee

departmentId
string<uuid>
required

The identifier of the department

Response

200 - application/json

Object

data
object
meta
object