List user custom field values

GET/users/{user_id}/custom-fields

Returns the user's custom field values, keyed by custom field public ID. Values of deleted custom fields are not included.

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

Public ID of the user, prefixed with usr_.

Header Parameters

X-Client-Request-Id?string

Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.

Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

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