User Roles
Create User Role
Creates a manager profile for the user
POST
Authorizations
API token for the Authorization header parameter.
Path Parameters
Resource identifier. It can be an integer or a string having the following format x-EMPLOYEE_ID
, where EMPLOYEE_ID is a alpha numerical string and is related to employeeId
field value.
Body
application/json
The manager of this user (can be user ID (int) or employeeID (string))
Example:
0
The role to be assigned. Please check /v1/roles
for additional information.
Example:
0
Response
201
application/json
Success
User internal id
Example:
0
User employeeID
Example:
"ABC12345"
The manager internal id of this user
Example:
0
The manager employeeId of this user
Example:
"ABC12345"
The role assigned. Please check /v1/roles
for additional information.
Example:
0