Skip to main content
PUT
/
organizations
/
{organization_id}
/
employees
/
{employee_id}
/
job-details
Update Employee Job Details
curl --request PUT \
  --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

The body is of type Job Details · object.

Response

Successful Response