Is Users API response limited?

Answered

Hi Everyone, I am using the below API https://api.fullstory.com/v2/users to get the user details, but i am receiving only 10 users in the response. Do i need to pass any other parameter to get all the user details?. Or is there any other way to get all the users details

0

Comments

3 comments

  • Official comment

    Hi Surya,

    Thanks for your patience! Both of these things are possible via Fullstory Metrics, as the NumSessions value in exports is a total lifetime value for the user, regardless of the time range utilized in the segment you create the export from:

    1. Top 10 users by sessions - You can get this stat by creating a new Metric with these settings: https://help.fullstory.com/hc/en-us/articles/4990473452183-Sessions-Per-User . Two minor tweaks you'll need to make is to use Dimensionality instead of Trend 

      And to Group by Name (or email, etc):
       

    2. Number of sessions per user by month - You would use the same Metric above, then change the timeframe for each month to get the count that way.

    The metric export will only show the top 500 results. You could re-sort the results from lowest to highest and then pull another export but if you have more than 1000 users, you won't be able to export all of them without adding some exclusions in the Metric.

  • Hi Surya,

    Thanks for your patience here! The users API endpoint results are paginated, meaning we'll only display 10 at a time per request. You will need to do subsequent calls with the next_page_token that gets returned in the responses to continue getting the rest of the list:

    (This is just an example token.)

    You can read more here: https://developer.fullstory.com/server/users/list-users/. Let us know of any questions!

    -Steve

    0
  • Hi Steve,

    Thank you for your response

    Have some follow up questions

    • Is there a way to identify the top 10 users by sessions
    • Is there a we can get number of sessions per user by month

    Regards,

    Surya

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post