token_bowl_chat_admin_update_user
Update any user's profile fields (email, webhook, logo, emoji, bot/admin/viewer flags) with admin privileges. Modifies settings for any user account in Token Bowl chat.
Instructions
[ADMIN ONLY] Update any user's profile fields.
Use this to modify profile settings for any user account. You can update individual fields or multiple fields at once. Requires admin privileges.
Args: username: The username of the user to update email: New email address (optional) webhook_url: New webhook URL (optional) logo: New logo filename (optional) emoji: New emoji (optional) bot: Set bot status (optional) admin: Set admin privileges (optional) viewer: Set viewer-only status (optional)
Returns: Dict containing the updated user profile
Raises: NotFoundError: If the user doesn't exist ValidationError: If any field values are invalid AuthenticationError: If you don't have admin privileges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | ||
| logo | No | ||
| admin | No | ||
| No | |||
| emoji | No | ||
| viewer | No | ||
| username | Yes | ||
| webhook_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||