v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBUsers
List all custom field values for a user
🔑
Required OAuth scope: users:read.
Lists all custom field values for a given user.
get/api/v2/users/{userId}/custom-fields/values
Path parameters
userIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the user.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns all custom field values for the given user.
Example response
[
{
"customFieldId": "507f1f77bcf86cd799439011",
"value": "US"
}
]