List user custom field values

GET/users/{user_id}/custom-fields

Returns the user's custom field values, keyed by custom field public ID.

If custom fields are not enabled for the account, the API returns feature_disabled.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

user_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users/string/custom-fields"
{  "data": {    "values": {}  }}