Set Employee Role Departments

Put
/employers/{employerId}/employees/{employeeId}/roles/{id}/departments

Assigns Departments to an Employee Role.
This endpoint is currently being beta tested and subject to un-announced breaking changes.

Store values

Parameters

string
The Id of the Employer to which the Employee belongs.
string
The Id of the Employee you want to set Departments for.
string
The Id of the Employee Role you want to set Departments for.

DepartmentMembership[]
Try it

Possible Responses

200 Success DepartmentMembership[] application/json
400 Bad Request
404 Not Found