Docs Home
/
Developer Tools
/
API
/
Users
/
Get The Oauth2 Providers For Your User

Get the OAuth2 providers for your user

No path, query string, header, or cookie parameters

Response

  • 200 OK
      • one of

        "apple"+7
        • //The Apple account provider.
          "apple"
        • //The Discord account provider.
          "discord"
        • //The Google account provider.
          "google"
        • //The ZooCorp account provider (aka https://auth.corp.zoo.dev).
          "zoo_corp"
        • //The GitHub account provider.
          "github"
        • //The Microsoft account provider.
          "microsoft"
        • //The SAML account provider.
          "saml"
        • //Test provider for integration tests (only available during testing).
          "test_provider"
        //
      ]

Examples

get
/user/oauth2/providers
200 OK
Response