/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 23m ago · Updated 3w ago
Details
Filter operations
admin
15
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.
auth
8
general
2
oauth
3
saml
2
sso
1
user
7
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
Changes