Skip to main content
GET
Get user attributes
List user attributes, newest first, cursor-paginated via first/after. The legacy offset/limit query params and the data/count response fields are deprecated — use items + pageInfo instead.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Query Parameters

offset
integer | null
limit
integer | null
name
string | null
type
enum<string> | null
Available options:
string,
number,
boolean,
string_array,
number_array
after
string
first
integer
Required range: x >= 1

Response

200 - application/json
count
integer
required
deprecated

Deprecated: total number of user attributes, ignoring pagination. Kept for backward compatibility.

Required range: x >= 0
data
object[]
required
deprecated

Deprecated: use items instead. Kept for backward compatibility.

items
object[]
required
pageInfo
object | null