users
Get Users
Get All Users for an App
Args: app_id (uuid.UUID): The ID of the app representing the client application using honcho
Returns: list[schemas.User]: List of User objects
GET
/
apps
/
{app_id}
/
users
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requiredQuery Parameters
reverse
boolean
default: falsefilter
string | null
page
integer
default: 1Page number
size
integer
default: 50Page size
Response
200 - application/json
items
object[]
requiredtotal
integer
requiredpage
integer
requiredsize
integer
requiredpages
integer