Skip to main content
POST
Create Employees

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization_id
required

Body

application/json
employee_data
DEEmployee · object
required

Schema for German employee data.

bank_accounts
BankAccountRequest · object[] | null

List of bank accounts associated with the employee

pay_group_id

Pay group ID for the employee

Response

Successful Response

id
string
required

Unique employee identifier

organization_id
string
required

Employee's organization

created_at
string<date-time> | null
required

Employee record creation timestamp

updated_at
string<date-time> | null
required

Employee record last update timestamp

employee_data
DEEmployeeResponse · object
required

Country-specific employee data with IDs and timestamps

bank_accounts
BankAccountResponse · object[]
required

Employee bank accounts

pay_group_id
string | null

Pay group ID for the employee