Update an existing custom field by its ID
Updates the specified custom field.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the custom field to be updated
Body
255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
When true the field is visible in user forms; when false it is hidden but existing data persists
When true users must fill this field to complete onboarding
text, checkbox, select Zero-based display order in the onboarding form — lower values appear first
Optional validation rules for the custom field
Response
Custom field updated successfully
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
A flag indicating whether the custom field is active.
A flag indicating whether the custom field is required.
text, checkbox, select Zero-based display order in the onboarding form — lower values appear first
Optional validation rules for the custom field