get_auth_user
Retrieve user details from auth.users using their UUID. Works with the Self-Hosted Supabase MCP Server to streamline user data management.
Instructions
Retrieves details for a specific user from auth.users by their ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | The UUID of the user to retrieve. |