Skip to content

List users

GET
/admin/users

Get paginated list of users with filters

Authorizations

Parameters

Query Parameters

page
Type
integer
limit
Type
integer
search
Type
string
tenant_id
Type
string
Format
"uuid"
is_anonymous
Type
string
Valid values
"true""false"

Responses

List of users

application/json
JSON
{
"success": true,
"data": {
"items": [
{
"userId": "string",
"displayName": "string",
"avatarUrl": "string",
"isAnonymous": true,
"createdAt": "string",
"tenant": {
"id": "string",
"name": "string",
"shortName": "string",
"color": "string"
},
"mediaCount": 0,
"commentCount": 0
}
],
"page": 0,
"limit": 0,
"total": 0,
"hasNext": true
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

drop.mov ― a kumo™ product