Logic App HTTP Action Pagination Max Treshold

Ophir 1 Reputation point
2022-02-06T11:18:00.793+00:00

Hi everyone :) ,
I am trying to use Azure Logic App in order to retrieve all users from my AAD using the graph API via the HTTP action.
I see that in the HTTP action in the logic app, when using pagination, the max threshold is 100,000, but my AAD contains more than 100,000 users.
I tried using an Until loop but it still only retrieves the first 100,000 users.
What is the best way to retrieve all users from my AAD using the graph API from a Logic App?
Thank you!

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,688 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1,980 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ronen Ariely 14,146 Reputation points MVP
    2022-02-06T13:51:51.347+00:00

    Hi,

    What is the best way to retrieve all users from my AAD using the graph API from a Logic App?

    You can create a file in the Azure with all the content and retrieve only the URL of the file instead all the content. Let people to download the file