You're viewing a demo portfolio

Join the waitlist
PRSM

remove_user_from_team_group

Active

Tool of QuintaDB

declared in 1.0.0

Видалити користувача з групи команди. Передати user_id або email.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "user_group_id"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "Або email юзера"
    },
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "user_id": {
      "type": "string",
      "description": "ID юзера"
    },
    "user_group_id": {
      "type": "string",
      "description": "Team group ID (from list_team_groups or create_team_group)"
    }
  }
}

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 →