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
uuid
User ID of the employee to update
Headers
vnd.a1.tenant-id
Tenant identifier for multi-tenant environments
Request
This endpoint expects an object.
nameTitle
nameFirst
nameLast
nameMiddle
nameKnownAs
dateOfBirth
Response
Employee updated successfully
uuid
Errors
400
Bad Request Error
404
Not Found Error
