Api
List Tenant Users
AuthorizationBearer <token>
In: header
Query Parameters
page?integer
Default
1Range
1 <= valuepage_size?integer
Default
20Range
1 <= value <= 100role?|
is_active?|
search?|
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"
}
]
}