We have Office licenses (that include Power Apps/Power Automate). So, Per user 2000 API Requests are available per day.
In my company we have 10,000 Licensed User.
I have created a flow which is 100 Step. So, Each connector requests will be processed by API. So, when user submit the request Approximately 100 request will be consumed for per request.
My question is, API Request limits will be consumed from Flow Owner or who submitting the request?
Also Please help me that below my understanding is correct or not
No. of API Request for Per User : 2000
No. of Licensed User : 10,000
So, Total Available API Request Limit for my tenant will be : 10,000*2000 = 20000000 Per day
Approximately Daily request will be : No. of request submitting user * No. flow step = 4000*100 = 400000 per day
As per my understanding, Daily Available limits for the tenant : 20000000 per day and my daily request will be 400000 per day which is lesser than daily available request.