Employees
List job profiles
curl -X GET "https://example.com/api/public/v3/employees/0/job_profiles"{ "data": [ { "id": 0, "effective_on": "string", "created_at": "string", "updated_at": "string", "job_profile": { "id": 0, "name": "string" }, "job_group": { "id": 0, "name": "string" } } ]}