Skip to main content
GET
List accounts

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Query Parameters

cursor
string

Opaque cursor returned by the previous page

limit
number
default:50

Number of items per page

Required range: 1 <= x <= 200
parent
string

Filter to children of an account id, or 'me' for the caller's direct children.

Example:

"me"

status
enum<string>
Available options:
pending,
active,
suspended,
closed

Response

data
object[]
required
hasMore
boolean
required

Whether more items exist after this page

Example:

true

nextCursor
string | null
required

Opaque cursor for the next page, or null when there are no more items

Example:

"eyJ2IjoxLCJjcmVhdGVkQXQiOiIyMDI2LTAxLTAxVDAwOjAwOjAwLjAwMFoiLCJpZCI6IjEyM2U0NTY3LWU4OWItNDJkMy1hNDU2LTQyNjYxNDE3NDAwMCJ9"

object
enum<string>
required

Stable resource-specific collection discriminator

Available options:
account.list
Pattern: ^[a-z][a-z0-9_]*\.list$
Example:

"account.list"