Utilizing pagination from Microsoft Graph
I'm wanting to query ~20,000 records from a Microsoft Graph endpoint. Since the maximum amount of records the endpoint supplies back is 1,000, I'm attempting to use pagination.The idea is that I initially set up a 'TargetURL' variable with the initia...