Skip to main content

List users attributes

List users attributes

Query Parameters
per_page number

Possible values: value ≤ 100

Number of items to return per page (max 100)

offset number

Number of items to skip (for pagination)

created_before date-time

Filter items created before this date (ISO 8601 format)

created_after date-time

Filter items created after this date (ISO 8601 format)

updated_before date-time

Filter items updated before this date (ISO 8601 format)

updated_after date-time

Filter items updated after this date (ISO 8601 format)

Responses
200

Return a paginated list of users attributes

Schema OPTIONAL
attributes object[]

Array of attributes

id string

Unique identifier of the attribute

clientId string

Client identifier

createdAt date-time

Creation date of the attribute

updatedAt date-time

Last update date of the attribute

name string

Name of the attribute

type string

Possible values: [TEXT, NUMERIC, RATING, BOOLEAN, DATE, URL]

Type of the attribute