Sign in

List MFA factors

documented

List MFA factors for a user.

GET /admin/users/{userId}/factorsAdminno 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://{{project_id}}.supabase.co/auth/v1/admin/users/{{$user_id}}/factors" \
  -X GET \
  -H "Authorization: Bearer {{SUPABASE_SERVICE_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"