Skip to main content
POST
Assign an employee manager

Authorizations

Authorization
string
header
required

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

Body

application/json

Employee manager object that needs to be created

employeeId
string<uuid>
required

The identifier of the employee

managerId
string<uuid>
required

The identifier of the employee manager

permission
enum<string>
required

Type of validation manager

Available options:
checksManageRequestsAndIncidences,
absencesManagement
order
enum<integer>
required

The validator order

Available options:
0,
1

Response

200 - application/json

Object

data
object
meta
object