I have an application that fetches GA reports with API of users after they give us permission.
Added "useResourceQuotas" and it works fine. I can see quotas left. If a user doesn't use GA 360 there is a message stating the user is not eligible to use this parameter.
Is there a way to determine whether a user has GA 360 before I request a report?
Something from Management API maybe?
Currently I am using an empty report (with only dates) for that, but that looks like an ugly workaround.