user.setCustomFieldValues

Set the values of multiple custom fields on an employee in a single call. This is the recommended approach when updating multiple fields on the same employee to avoid race conditions that can occur with concurrent user.setCustomFieldValue calls.

Requires the organizationWrite permission.

The values accepted in the fieldValue param depend on the type of field being updated. See the customField.setValue docs for accepted types.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The id of the employee to set custom field values for.

values
array of objects
required
length ≥ 1

Array of custom field updates to apply

values*
uuid
required

The unique id of the Custom Field definition for the field.

required

The value to store in the field. Type depends on the custom field type (boolean, string, number, object, etc.)


A boolean value

Response

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