Skip to main content
POST
/
organizations
/
{organization_id}
/
employees
Create Employees
curl --request POST \
  --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
"<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

Body

application/json · EmployeeRequest · object[]
employeeData
object
required

Country-specific employee data based on employment country Schema for German employee data.

  • GermanEmployee
  • GBEmployee
bankAccounts
BankAccountRequest · object[] | null

List of bank accounts associated with the employee

Response

Successful Response

The response is of type any.