/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4m 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
Fetch audit log events.
get
/admin/audit
Query parameters
page
integer
per_page
integer
Response
List of audit logs.
object[]
required
id
string
uuid
payload
object
created_at
string
date-time
ip_address
string
Changes