remove_user_from_team_group
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries