/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 11m ago · Updated 2w ago
View markdown
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
26
post
Invite a user by email.
post
Generate a link to send in an email message.
get
Fetch audit log events.
get
Fetch a listing of users.
get
Fetch user account data for a user.
put
Update user's account data.
delete
Delete a user.
get
List all of the MFA factors for a user.
put
Update a user's MFA factor.
delete
Remove a user's MFA factor.
get
Fetch a list of all registered SSO providers.
post
Register a new SSO provider.
get
Fetch SSO provider details.
put
Update details about a SSO provider.
delete
Remove an SSO provider.
get
List OAuth clients (admin)
post
Register OAuth client (admin)
get
Get OAuth client details (admin)
put
Update OAuth client (admin)
delete
Delete OAuth client (admin)
post
Regenerate OAuth client secret (admin)
get
List all custom OIDC/OAuth providers
post
Create a new custom OIDC/OAuth provider
get
Get custom OIDC/OAuth provider details
put
Update custom OIDC/OAuth provider
delete
Delete custom OIDC/OAuth provider
auth
9
general
2
oauth-client
3
oauth-server
5
saml
2
sso
1
user
11
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