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

    Best Practices for Accessing User Data in FusionAuth Cloud

    Scheduled Pinned Locked Moved Solved
    Q&A
    api
    1
    2
    600
    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.
    • W
      wesley
      last edited by

      Our data engineers need to access FusionAuth user data daily and we are hosting in FusionAuth Cloud. They require information about users, entities, entity grants, and the applications users are registered with. What is the recommended way to retrieve this data?

      W 1 Reply Last reply Reply Quote 0
      • W
        wesley @wesley
        last edited by

        You can retrieve this data using FusionAuth's API, which provides specific endpoints for users, entities, and entity grants. The users object includes a registrations section that lists the applications each user is registered with. Here are the relevant API endpoints and documentation:

        • Users: Search for Users
        • Entities: Search for Entities
        • Entity Grants: Search for Grants

        Steps to Retrieve Data:

        1. To fetch all users, entities, or grants, perform a search query with a queryString parameter set to *.
        2. Use pagination as described in the API documentation to handle large datasets efficiently.

        This approach allows you to systematically acquire the information your data engineers need on a daily basis.

        1 Reply Last reply Reply Quote 0
        • W wesley has marked this topic as solved on
        • First post
          Last post