Hi,
When using Microsoft Graph API we need to check for Throtling effects (HTTP Status 429) and handle it correctly (e.g: updating a large set of users in AAD in a loop of single requests or of batches of 20 requests to the batch endpoint.
When using the older AzureAD powershell module for Graph, I never experienced any throttling, does that module already handles that for us?
Thanks,
JD