start and limit are related with params page and per_page respectively. total is a different information. For example, if I set page to 0, per_page to 3 and I have 5 invitations the expected result would be
As I understand it, the return of this call would be something similar to calls https://xxx.auth0.com/api/v2/users?include_totals=true or https://xxx.auth0.com/api/v2/organizations?include_totals=true.
I see what you mean, there is certainly some inconsistency there. I’ll submit the bug report and update here when it is resolved. Thanks for helping us improve