Skip to main content
GET
Get all website user attributes

Authorizations

X-API-KEY
string
header
required

Query Parameters

websiteId
string<uuid>

Unique identifier for the website

Example:

"123e4567-e89b-12d3-a456-426614174001"

organizationId
string<uuid>

Unique identifier for the organization

Example:

"123e4567-e89b-12d3-a456-426614174002"

limit
integer
default:10

Maximum number of records to return (max 100)

Required range: 1 <= x <= 100
Example:

50

startingAfter
string<uuid>

Pagination cursor to start after a specific resource ID

Example:

"123e4567-e89b-12d3-a456-426614174010"

Response

200

data
object[]
required
hasNextPage
boolean
required