Sign in

Fetch admin user

documented

Get a user by ID (admin scope).

GET /admin/users/{userId}Adminno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{SUPABASE_BASE_URL}}/auth/v1/admin/user/{{$user_id}}" \
  -X GET \
  -H "Authorization: Bearer {{SUPABASE_SERVICE_ROLE_KEY}}" \
  -H "apikey: {{SUPABASE_SERVICE_ROLE_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"