Python: Retrieve a user

Parameters

Examples

Get the logged in user with the current existing session

response = supabase.auth.get_user()

Get the logged in user with a custom access token jwt

response = supabase.auth.get_user(jwt)