Hi,
n8n could be a very useful tool to interact with Microsoft Graph to manage Microsoft 365 environments.
The big issue is this API is paginated. It’s hard to navigate through pagination with n8n.
Currently, I have this workflow to query the users for example :
If a node can handle the pagination itself it would be GREAT.
ps : I could use the bearer from creadential but for now I don’t have an azure app to use OAuth… I use the token from Graph Explorer…
Thank you,
Best,