---
title: "Get user attributes"
method: GET
path: "/api/v1/user-attributes"
tags: ["User Attributes"]
---

# Get user attributes

`GET /api/v1/user-attributes`

## Query parameters

- `offset` integer, nullable
- `limit` integer, nullable
- `name` string, nullable
- `type` 'string' | 'number' | 'boolean' | 'string_array' | 'number_array'
- `after` string
- `first` integer

## Response `200`

- UserAttributesListResponse
  - `count` integer, required — Deprecated: total number of user attributes, ignoring pagination. Kept for backward compatibility.
  - `data` UserAttribute[], required — Deprecated: use `items` instead. Kept for backward compatibility.
    - `defaultValue` string, nullable
    - `description` string, nullable
    - `displayName` string, nullable
    - `id` integer, required
    - `name` string, required
    - `type` 'string' | 'number' | 'boolean' | 'string_array' | 'number_array', required
  - `items` UserAttribute[], required
    - `defaultValue` string, nullable
    - `description` string, nullable
    - `displayName` string, nullable
    - `id` integer, required
    - `name` string, required
    - `type` 'string' | 'number' | 'boolean' | 'string_array' | 'number_array', required
  - `pageInfo` PageInfo
    - `endCursor` string, nullable
    - `hasNextPage` boolean, required
    - `hasPreviousPage` boolean, required
    - `startCursor` string, nullable

---

[API](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api.md) · [All operations](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cube-js/cube-cloud-rest-api/revisions/97e151460143/schema)
