Supabase Auth

sb_get_user

Get a single user by ID from Supabase Auth. Returns full user details including metadata, identities, and last sign-in.

Remote node2flow/supabase

Other tools also called sb_get_user? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "user_id": {
      "type": "string",
      "description": "User UUID"
    }
  }
}