Get all user field histories in a community
GET
/apis/v1/communities/{communityId}/user-field-histories
User Field Histories
This endpoint returns comprehensive information including user profiles and field metadata for each history entry.
COMMUNITY_OWNER
or COMMUNITY_ADMIN
permissions for the specified communityRequest
Path Params
communityId
string
required
Example:
507f1f77bcf86cd799439011
Match pattern:
^[0-9a-fA-F]{24}$
Query Params
page
integer
required
>= 1
Example:
1
limit
integer
required
>= 1<= 100
Example:
10
Request samples
Responses
Modified at 2025-06-24 08:36:32