FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. humaira.tum11
    3. Best
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by humaira.tum11

    • Retrieving Data using FusionAuth API

      Hello everyone,

      Can someone please highlight which API functions/calls will be used to retrieve following Data

      • Retrieving List of all users for a specific tenant
      • Retrieving List of all users within a specific application for a particular tenant
      • Retrieving tenant ID of a user based on its email ID/username only.
      • Retrieving List of Tenants present in FusionAuth server
      • Retrieving List of Applications associated with a specific tenant.
      • Retrieving List of all the applications in FusionAuth server.

      Thank you
      Humaira

      posted in Q&A
      H
      humaira.tum11
    • RE: Retrieving Data using FusionAuth API

      @dan Thank you for the link. I actually did go through the API documentation. But I couldn't find API call for the following highlighted queries:
      a Retrieving List of all users for a specific tenant
      b Retrieving List of all users within a specific application for a particular tenant

      • Retrieving List of all users for a specific tenant
        bad4dbf6-9044-496b-a4c9-52c3c25d4357-image.png
        In here, "Retrieve a user" only retrieves a single user.
        "Search for Users", it also only retrieves the users whose Ids are provided in the query.
        its the same for following, I can't find any API calls in API documentation of Users, Registration, Login or Tenants/Application.
        • Retrieving List of all users within a specific application for a particular tenant

      I have created a generic group as well, and then try to add users into that. When I retrieve the group i don't get any information regarding they are part of which groups. So It can not be used as well.

      Q1 - Is it not possible retrieve these datas?
      Q2 - Do we have to separately keep a database to maintain the list our self to retrieve these data on go.
      (This data is required by us to create a management portal for both super admin who manages all the tenants/applications related information and for individual tenant admins who manages their own users and their related information. )

      Thank you
      Humaira

      posted in Q&A
      H
      humaira.tum11