Update an HCM User

Updates an existing HCM User record.

Path Params
string
required
Body Params

An array of JSON Patch Document operations. Each operation object in the array has a common structure, including an "op" field specifying the type of operation and a "path" field using JSON Pointer syntax to identify the target location within the document. Refer to jsonpatch.com for more information. Supported operations for this endpoint are "replace", "add", and "remove". Note that valid values for the "/status" path are "Active" and "Inactive". The "add" and "remove" operations are only valid for the "/officeAccess" and "/userGroups" paths.

Headers
uuid

Unique request identifier (GUID) used to correlate request data with log entries and events.

integer

An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.

string

Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.

Responses

401

Unauthorized

403

Access Denied

405

Unsupported method

406

Unsupported format(s) indicated by Accept header

415

Unsupported format(s) indicated by the Content-Type header

429

Too many requests

500

An unexpected error occurred

502

Service Unavailable

504

Gateway Timeout

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json