Discussions
Employee Manage Positions guide
about 2 years ago by Sohail
Hi,
It seems that the documentation provided at:
https://platform.humanity.com/reference/post-employee-manage-positions
is outdated or incorrect because if I use the same url format as specified there with my own specific token and employee id,
'https://www.humanity.com/api/v2/employee_id/manage-positions?access_token=abcxyz&employee_id=123' \
it responds as "resource not found"
However, after doing a few manipulations and some other discussion forum guidelines, the corret format seems to be the following:
'https://www.humanity.com/api/v2/employees/123/manage-positions?access_token=abcxyz'
Please update the reference documentation for both the GET / POST requests so it works smoothly for new users.