Update Employee

Update an employee's personal details. Only provided fields are updated.

Authentication

AuthorizationBearer

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

Path parameters

uuidstringRequired
User ID of the employee to update

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Request

This endpoint expects an object.
nameTitlestringOptional
nameFirststringOptional
nameLaststringOptional
nameMiddlestringOptional
nameKnownAsstringOptional
dateOfBirthdateOptional

Response

Employee updated successfully
uuidstring

Errors

400
Bad Request Error
404
Not Found Error