v1
latestOpenAPI 3.0.02026-07-24310185.2 KBCollaborator
Get a collaborator ๐
Returns the collaborator by ID.
Required scopes: collaborators:read
get/companies/{companyId}/collaborators/{collaboratorId}
Path parameters
companyIdstring required
The id of the company
collaboratorIdstring required
The id of collaborator to fetch
Response
The collaborator with the given ID.
Example response
{
"birthDate": "2000-03-25",
"terminationDate": "2022-03-25",
"contracts": [
{
"startDate": "2022-03-25",
"endDate": "2022-08-25"
}
]
}