improved
Added support for using /workers instead of /employees for certain API URLs
March 10th, 2025
For API endpoints in certain categories that don't reference employee_id
in their request/response structures, the default URL structure has been adjusted from /employees/{employeeId}
to /workers/{workerId}
. These categories include:
The previous URL structure containing employees
will continue to function and is not yet deprecated, but customers are encouraged to build their implementations using the new URL structure containing workers
.