Skip to main content
POST
Assign Role

Authorizations

Authorization
string
header
required

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

Body

application/json

Assign object

roleId
string<uuid>
required

Role Id

employeeId
string<uuid>
required

The id of the employee to assign the role

entityAffectedId
string<uuid>
required

The id of the entity to manage

Response

200 - application/json

Object

data
string
Example:

""

meta
object