Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs

    SOLVED How can I know how many of my users are using different login methods?

    Q&A
    1
    2
    77
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dan
      dan last edited by

      I have multiple identity providers enabled for FusionAuth (Facebook, Google, etc).

      How can I know how many users are using each of these, vs a username and password?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      • dan
        dan last edited by

        As of right now, you can grab all your users via this script:

        https://github.com/FusionAuth/fusionauth-example-scripts/blob/master/full-user-search/fulluserdownload.sh

        And then run this script to give you stats on the links each user has:

        https://github.com/FusionAuth/fusionauth-example-scripts/blob/master/full-user-search/ssostats.sh

        You may need to edit the latter script if you want to get insight into different identity providers. Look up each identity provide Id via the API or admin UI and update the if clauses to increment the appropriate variable.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • dan
          dan last edited by

          As of right now, you can grab all your users via this script:

          https://github.com/FusionAuth/fusionauth-example-scripts/blob/master/full-user-search/fulluserdownload.sh

          And then run this script to give you stats on the links each user has:

          https://github.com/FusionAuth/fusionauth-example-scripts/blob/master/full-user-search/ssostats.sh

          You may need to edit the latter script if you want to get insight into different identity providers. Look up each identity provide Id via the API or admin UI and update the if clauses to increment the appropriate variable.

          --
          FusionAuth - Auth for devs, built by devs.
          https://fusionauth.io

          1 Reply Last reply Reply Quote 0
          • Topic has been marked as solved  dan dan 
          • First post
            Last post