Remove a user from a team
umami_remove_team_userRemove a user from a team to revoke their access to shared websites while preserving their login and personally owned websites. Requires confirmation to complete the removal.
Instructions
Remove a member from a team. Their login and any websites they personally own are unaffected; they simply lose access to the team's shared websites.
Requires confirm=true.
Args:
team_id (string, required): Team UUID.
user_id (string, required): User UUID to remove.
confirm (boolean, required): Must be true.
Returns: { "ok": true, "team_id": string, "user_id": string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to true to confirm this destructive, irreversible action. There is no undo. | |
| team_id | Yes | Team UUID. | |
| user_id | Yes | User UUID to remove. |