Update Employee Roles

post

/config/sim/v1/employees/updateEmployeeRoles

Updates the employee role record with the unique roleEmployeeId provided. If no record exits for given roleEmployeeId, it throws a validation error.

Request

Supported Media Types
Header Parameters
Body ()
Employee Role Update Request body
Root Schema : EmployeeRoleUpdateRequestBody
Type: object
Model for an Employee Role Update Request body.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Employee Role object of the organization.
Body ()
Root Schema : EmployeeRoleResponse
Type: object
Model for Employee Role Insert and Update Response Body
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top