/
/Supabase Auth REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
admin26
  • postInvite a user by email.
  • postGenerate a link to send in an email message.
  • getFetch audit log events.
  • getFetch a listing of users.
  • getFetch user account data for a user.
  • putUpdate user's account data.
  • deleteDelete a user.
  • getList all of the MFA factors for a user.
  • putUpdate a user's MFA factor.
  • deleteRemove a user's MFA factor.
  • getFetch a list of all registered SSO providers.
  • postRegister a new SSO provider.
  • getFetch SSO provider details.
  • putUpdate details about a SSO provider.
  • deleteRemove an SSO provider.
  • getList OAuth clients (admin)
  • postRegister OAuth client (admin)
  • getGet OAuth client details (admin)
  • putUpdate OAuth client (admin)
  • deleteDelete OAuth client (admin)
  • postRegenerate OAuth client secret (admin)
  • getList all custom OIDC/OAuth providers
  • postCreate a new custom OIDC/OAuth provider
  • getGet custom OIDC/OAuth provider details
  • putUpdate custom OIDC/OAuth provider
  • deleteDelete custom OIDC/OAuth provider
auth9
general2
oauth-client3
oauth-server5
saml2
sso1
user11
    admin

    Fetch a listing of users.

    get/admin/users

    Query parameters

    pageinteger
    per_pageinteger

    Response

    A page of users.

    audstring

    Changes