remove_user_from_portal_group
ActiveTool of QuintaDB
declared in 1.0.0
Видалити юзера з групи порталу. Передати user_id або email.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"portal_id",
"portal_group_id"
],
"properties": {
"email": {
"type": "string",
"description": "User email address"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"user_id": {
"type": "string",
"description": "User ID"
},
"portal_id": {
"type": "string",
"description": "Portal ID (from list_portals or describe_project)"
},
"portal_group_id": {
"type": "string",
"description": "Portal group ID (from list_portal_groups or create_portal_group)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries