user.setCustomFieldValue

Set the value of a custom field on an employee.

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.

Note: When updating multiple custom fields on the same employee, use user.setCustomFieldValues instead to avoid race conditions.

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 the custom field value for.

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