The User Fields API provides access to two types of user data fields: Default Fields and Custom Fields. This API enables developers to retrieve user information, track historical data changes, and create custom data points for enhanced user profiling and analytics.Field types#
Default Fields
Pre-defined system fields containing core user information. These fields are automatically maintained by the platform.Custom Fields
User-defined fields that can be created, modified, and populated via API. These fields allow for flexible data storage tailored to specific business needs.Authorization#
All user fields API endpoints require authentication using an Bearer token
in the request header.Found in the platform under community settings > API keys.
Permission: User Fields
All user fields API endpoints require Community ID
in the URL path.Found in the platform under community settings > Appearance
.User ID#
For endpoints that require the user's id, use this endpoint: Get User Data and use the _id
returned in the response. Modified at 2025-09-24 02:55:00