added
August improvements
4 months ago by Dorian Dalla-Libera
Add new endpoints to create a collaborator with a contract
Add POST - /companies/{companyId}/collaborators endpoint
New endpoint to create a collaborator, simplifying the onboarding process. More info here.
Add POST - /companies/{companyId}/collaborators/{collaboratorId}/contracts endpoint
New endpoint to create a contract for a collaborator, required to fullfill the previously created collaborator. More info here.
Enhancement
- Add more information in the
/introspect
endpoint for customer with api token.
Fixes
- Fixed issue with the
absences
endpoint, where remote absence types were incorrectly included in the returned values but will not be returned in this endpoint.