v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBcustom_field_values_per_user
Create user custom field value
Creates a user custom field value.
post/users/{user_id}/custom_field_values
Request body
Example request
{
"value": "Effective Growth"
}Response
The new user custom field value.
Example response
{
"id": 9996277,
"custom_field_name": "FY Goals",
"custom_field_id": 23654,
"value": "Effective Growth",
"created_at": "2025-04-11T23:37:21Z",
"updated_at": "2025-04-11T23:37:21Z"
}