Job Families REST Endpoints

Talent Pools Security Profile/Job Families
The jobFamilies resource provides a way to secure talent pools by jobFamilies.
Create a talent pool security profile with job families
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/jobFamilies
Delete a job family on a talent pool security profile
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/jobFamilies/{jobFamiliesUniqID}
Get a job family for a talent pool security profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/jobFamilies/{jobFamiliesUniqID}
Get all job families for a talent pool security profile
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/jobFamilies
Update a job family on a talent pool security profile
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPoolSecurityProfiles/{PoolSecurityProfileId}/child/jobFamilies/{jobFamiliesUniqID}