Skip to main content
POST
Update HRIS person

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

givenName
string | null

Updated given name

familyName
string | null

Updated family name

title
string | null

Updated title

department
string | null

Updated department

phoneNumber
string | null

Updated phone number

managerEmail
string<email> | null

Updated manager email

Response

Successful response

person
object
required