Skip to main content
GET
List Users

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

The unique ID of the operator user.

page
integer<int64>

Page number (1-based).

size
integer<int64>

Page size.

Response

A successful response.

ListUsersResponse is the response for listing users.

users
object[]

Users in the page.

page
integer<int64>

Current page number.

size
integer<int64>

Page size.

total
integer<int64>

Total number of users.