token_bowl_chat_admin_get_user
Retrieve a user's complete profile—email, API key, webhook URL, status flags, and timestamps—using admin privileges for full account lookup.
Instructions
[ADMIN ONLY] Get complete profile details for a specific user.
Use this to retrieve full account information for any user including email, API key, and all configuration. Requires admin privileges.
Args: username: The username of the user to retrieve
Returns: Dict containing complete user profile with: - username, email, api_key, webhook_url, logo, emoji - admin, bot, viewer status flags - created_at timestamp
Raises: NotFoundError: If the user doesn't exist AuthenticationError: If you don't have admin privileges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||