/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
supabase
Supabase Auth REST API
get
List all of the MFA factors for a user.
v47
latest
OpenAPI 3.0.3
MIT License
raw.githubusercontent.com
2026-08-01
59
15
132.9 KB
admin
List all of the MFA factors for a user.
get
/admin/users/{userId}/factors
Response
User's MFA factors.
MFAFactorSchema[]
required
id
string
uuid
status
string
Usually one of:
verified
unverified
friendly_name
string
factor_type
string
Usually one of:
totp
phone
webauthn
webauthn_credential
string
phone
string
phone
nullable
created_at
string
date-time
updated_at
string
date-time
last_challenged_at
string
date-time
nullable