Updates the current value of a specific custom field for a user.
The ID of the custom field for which the value will be updated.
The ID of the user for which the custom field value will be updated.
The value of a text type user custom field - Textbox and Dropdown List
The value for a boolean type user custom field - Checkbox
A Tab separated list of all the text values for a multi-select custom field type - Checkbox List
OK Response
Indicates the status of the API request.
0 = Success
10 = Error
20 = Not found
30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
The custom field's unique identifier
The name of the custom field
The data type id of the custom field
0 - Textbox
10 - Dropdown List
20 - Checkbox
30 - Number
60 - User Selector
70 - Checkbox List
The text value of a custom field, if any.
The integer value of a custom field, if any.
The boolean value of a custom field, if any.
A tab separated list of the selected values of a custom field.