List Tenant Users
AuthorizationBearer <token>
In: header
Query Parameters
page?Page
Default
1Range
1 <= valuepage_size?Page Size
Default
20Range
1 <= value <= 100role?string|null
is_active?boolean|null
search?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/tenant/users"{
"page": 0,
"page_size": 0,
"total": 0,
"total_pages": 0,
"users": [
{}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}