Hi All,
What I would like to do is have a web site where there is a single non-interactive user (application user) that makes the calls to Dataverse, but each call impersonates and actual Dataverse user - hence spreading the call count accross multiple regular users instead of adding to a single non-interactive user (application user) call count.
Based on the information here about API Limits:
https://docs.microsoft.com/en-us/power-apps/developer/data-platform/api-limits
... and the information here about Impersonation:
Would the impersonated call count be added to the User who is doing the Impersonating, or does it go toward the User being Impersonated?
Thanks