Hi @Ron Weasley , the latency of the Sign-In API in Microsoft Entra ID could be due to several reasons. One possible reason is that the Sign-In API may be processing a larger volume of requests compared to the other APIs, which can result in longer response times. Another reason could be that the Sign-In API is more complex and requires more processing time to retrieve the necessary data. Have you tried different queries to see if the results vary?
It's also possible that the latency is caused by network issues or other factors outside of the API itself. For example, if the network connection between your application and the API is slow or unreliable, this can result in longer response times.
To determine the root cause of the latency, you can try monitoring the performance of the API using tools such as Azure Monitor or Application Insights. These tools can help you identify any bottlenecks or performance issues that may be causing the latency. You can also try optimizing your application code to reduce the number of requests to the API or to improve the efficiency of the requests.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James