Get Employee Role Departments

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

Gets Departments that are Assigned 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 retrieve Departments for.
string
The Id of the Employee Role you want to retrieve Departments for.
Try it

Possible Responses

200 Success DepartmentMembership[] application/json
404 Not Found