curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get current job details for an employee.
curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?