curl --location 'https://api.returning.ai/v1/communities//user-fields?isCustom=undefined'{
"meta": {
"status": "success",
"statusCode": 200,
"totalItemsCount": 1
},
"message": "Get user fields success.",
"data": [
{
"_id": "6857de260f3c24d98fd7ca85",
"field": "total",
"name": "Total",
"type": "numerical",
"creator": {
"_id": "61100af5c548eb5c7ebc7819",
"id": 1,
"avatar": "https://returning-ai.com/avatar.png",
"displayName": "Admin",
"username": "admin"
},
"isCustom": true,
"createdAt": "2025-06-22T11:28:50.301Z",
"updatedAt": "2025-06-22T11:28:50.301Z"
}
]
}