add_user_to_portal_group
ActiveTool of QuintaDB
declared in 1.0.0
Додати юзера до групи порталу за email. Якщо юзер не існує в порталі — буде створений. move_from_other_groups (default false) — перемістити з інших груп.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"portal_id",
"portal_group_id",
"email"
],
"properties": {
"email": {
"type": "string",
"description": "User email address"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"portal_id": {
"type": "string",
"description": "Portal ID (from list_portals or describe_project)"
},
"send_email": {
"type": "boolean",
"description": "Відправити activation email (default true)"
},
"portal_group_id": {
"type": "string",
"description": "ID групи (з list_portal_groups або create_portal_group)"
},
"move_from_other_groups": {
"type": "boolean",
"description": "Видалити з усіх інших груп цього порталу (default false)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries