Skip to main content
POST
/
organizations
/
{organization_id}
/
employees
/
{employee_id}
/
job-details
Create Employee Job Details
curl --request POST \
  --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
required
employee_id
required

Body

application/json · Job Details · object

Response

Successful Response

The response is of type any.

I