Logic App HTTP Action Pagination Max Treshold

Ophir 6 Reputation points
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 Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,242 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,419 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ronen Ariely 15,191 Reputation points
    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.