User Fields_id or field in the response.Field name and Field ID can be found in each field column.curl --location --request GET '/apis/v1/communities//user-fields/' \
--header 'Authorization: Bearer <token>'{
"meta": {
"status": "success",
"statusCode": 200
},
"message": "Get specific user field success.",
"data": {
"_id": "68ba4a4f8957d9f71aa6",
"name": "Revenue",
"field": "revenue",
"type": "numerical",
"creator": {
"_id": "661f084eb50c1e6b74e",
"id": 1243,
"avatar": "https://chartsnapshot-genesiv.s3.amazonaws.com/cbbd94f3406.jpeg",
"displayName": "John Doe",
"username": "johndoe"
},
"isCustom": true,
"createdAt": "2025-09-05T02:26:23.561Z",
"updatedAt": "2025-09-05T02:26:23.561Z"
}
}