list_portal_users
ActiveTool of QuintaDB
declared in 1.0.0
Список юзерів порталу (клієнти, які зареєстровані в порталі)
Parameters schema
{
"type": "object",
"required": [
"app_id",
"portal_id"
],
"properties": {
"page": {
"type": "number",
"default": 1,
"description": "Page number for pagination (starts at 1)"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"per_page": {
"type": "number",
"default": 50,
"description": "Макс 200"
},
"portal_id": {
"type": "string",
"description": "ID порталу з describe_project або list_projects"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries