/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h 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
Register a new SSO provider.
post
/admin/sso/providers
Request body
object
required
type
'saml'
required
metadata_url
string
uri
metadata_xml
string
domains
string[]
attribute_mapping
SAMLAttributeMappingSchema
Response
SSO provider was created.
SSOProviderSchema
required
id
string
uuid
sso_domains
object[]
saml
object
Changes