Sign up
      Docs
      • Zoo Design Studio
      • Zoo Developer Tools
        • API
          • Authentication
          • Errors
          • ML
          • Modeling
          • API Calls
          • API Tokens
          • File
          • Meta
          • Orgs
          • Payments
          • Service Accounts
          • Shortlinks
          • Unit
          • Users
            • Get your user.
            • Update your user.
            • Delete your user.
            • Get extended information about your user.
            • Get the OAuth2 providers for your user.
            • Get a user's org.
            • Get the privacy settings for a user.
            • Update the user's privacy settings.
            • Get a session for your user.
            • Get the shortlinks for a user.
            • Create a shortlink for a user.
            • Update a shortlink for a user.
            • Delete a shortlink for a user.
        • CLI
        • Tutorials
      • KCL Language Reference
      • KCL Standard Library
      • KCL Samples
      • Glossary
      • FAQ

      API → UsersGet the OAuth2 providers for your user

      Parameters

      No parameters

      Returns

      • 200 OK

        successful operation

        Name

        Type

        Req.

        body

        array
        optional
      get
      /user/oauth2/providers
      $ curl "https://api.zoo.dev/user/oauth2/providers" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response
      [
        "microsoft"
      ]