Skip to main content
PUT
Update HRIS employee profile

Authorizations

Authorization
string
header
required

Personal API token. Create via createUserApiToken endpoint.

Headers

x-role-type
enum<string>
required

Role context for the request. Use CLIENT_ORG_ADMIN for most integrations.

Available options:
CLIENT_ORG_ADMIN,
PAYROLL_ADMIN,
FINANCE_ADMIN,
TOKU_ADMIN

Body

application/json
roleInOrgID
string<uuid>
required

Role-in-org identifier

title
string | null

Updated title

department
string | null

Updated department

managerName
string | null

Updated manager name

managerEmail
string<email> | null

Updated manager email

phoneNumber
string | null

Updated phone number

Response

Successful response

success
boolean
required

Whether the profile update request succeeded

updatedFields
string[]
required

Updated field name

changeRequestId
string<uuid> | null

Optional change request identifier