Departments REST Endpoints

Talent Pools Security Profile/Departments
The department resource provides a way to secure talent pools by department.
Create a talent pool security profile with departments
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/departments
Delete a department on a talent pool security profile
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/departments/{departmentsUniqID}
Get a department for a talent pool security profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/departments/{departmentsUniqID}
Get all departments for a talent pool security profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/departments
Update a department on a talent pool security profile
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/departments/{departmentsUniqID}