v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBUser Attributes
List all user attribute definitions
Returns all user attribute definitions in the organization, including system-defined attributes (e.g. omni_user_id, omni_user_email) and custom attributes.
get/api/v1/user-attributes
Response
List of all user attribute definitions in the organization
Example response
{
"records": [
{
"description": "User region for row-level security filtering",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"label": "Region",
"name": "region",
"type": "String"
}
]
}