You're viewing a demo portfolio

Join the waitlist
PRSM

add_user_to_team_group

Active

Tool of QuintaDB

declared in 1.0.0

Додати користувача до групи команди за email. Якщо юзер не існує — буде створений. move_from_other_groups=true прибирає юзера з усіх інших груп і скидає його індивідуальні ролі (повний переїзд у нову групу).

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "user_group_id",
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "User email address"
    },
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "send_email": {
      "type": "boolean",
      "description": "Відправити email запрошення (default true)"
    },
    "user_group_id": {
      "type": "string",
      "description": "ID групи (з list_team_groups або create_team_group)"
    },
    "move_from_other_groups": {
      "type": "boolean",
      "description": "Видалити юзера з усіх інших груп і скинути індивідуальні ролі (default false)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

QuintaDB

1/7 registries
View full server →