Skip to main content
GET
List users

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass your AccessOwl API token in the Authorization header as Bearer <token>.

Query Parameters

limit
integer

Maximum results to return (default: 20, max: 100)

cursor
string

Opaque cursor returned in the previous response's meta.next_cursor. Omit for the first page.

status
enum<string>

Filter users by status. Returns active users by default

Available options:
onboarding_provisioning_planned,
onboarding,
active,
inactive,
offboarding_planned,
offboarding,
offboarded,
all

Response

User list

Paginated list of users

data
User · object[]
required

List of users

meta
PaginationMeta · object
required

Pagination metadata

Example: