/
/Supabase Auth REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 41m ago · Updated 3w ago
admin26
auth9
general2
oauth-client3
oauth-server5
saml2
sso1
user11
  • getFetch the latest user account information.
  • putUpdate certain properties of the current user account.
  • getLinks an OAuth identity to an existing user. Redirects to an external OAuth provider.
  • deleteUnlinks an identity from the current user.
  • getList OAuth grants
  • deleteRevoke OAuth grant
  • postReauthenticates the possession of an email or phone number for the purpose of password change.
  • postBegin enrolling a new factor for MFA.
  • postCreate a new challenge for a MFA factor.
  • postVerify a challenge on a factor.
  • deleteRemove a MFA factor from a user.
    user

    Unlinks an identity from the current user.

    delete/user/identities/{identityId}

    Response

    User's account data.

    object required

    Changes