Vai al contenuto principale
GET
Admin List Users

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametri della query

page
integer
predefinito:1
Intervallo richiesto: x >= 1
page_size
integer
predefinito:25
Intervallo richiesto: 1 <= x <= 100
q
string | null

Search by email or name

role
string | null
Pattern: ^(admin|customer)$
is_active
boolean | null

Risposta

Successful Response

data
AdminUserOut · object[] | null
meta
PaginationMeta · object | null
error
string | null
error_code
string | null