/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h 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
Generate a link to send in an email message.
post
/generate_link
Request body
object
required
type
'magiclink'
|
'signup'
|
'recovery'
|
'email_change_current'
|
'email_change_new'
required
email
string
email
required
new_email
string
email
password
string
data
object
redirect_to
string
uri
Response
User profile and generated link information.
object
required
action_link
string
uri
email_otp
string
hashed_token
string
verification_type
string
redirect_to
string
uri
Changes