As the error message mentioned, this issue is not related to Orchestrator or Exchange. Instead, Microsoft Entra ID (AAD) throttles applications when the authentication API is called too frequently.
https://learn.microsoft.com/en-us/entra/msal/dotnet/advanced/client-and-server-throttling
Please review the following log for further findings:
- Set Log OAuth request/response to
True
if you wish to inspect authentication failures in detail. The logs will be generated on the path%windir%\Temp\sc-orchestrator\exchange_user\{date-time-stamp}.msal.txt
. One file will be generated for each execution of an Exchange User activity. - Set Trace EWS request/response to
True
if you wish to inspect EWS failures in detail. The logs will be generated on the path%windir%\Temp\sc-orchestrator\exchange_user\{date-time-stamp}.ews-trace.xml.log
. One file will be generated for each execution of an Exchange User activity. We recommend that you use SOAPe to visually inspect the traces.
We could add an interval time to the "Create and Send E-mail" step. Avoid making authentication API calls too frequently.