Non admin users are not able to access services of PlatformSubsystem.
I have a custom group created - SupportAdminGroup who are less privileged than Administrators group.
When SupportAdminGroup member was unable to execute
Resources["EntityServices"].GetEntityList(params)
I gave the run time permission to read and execute for SupportAdminGroup in "EntityServices" I was able to execute the service as a SupportAdminGroup member .
However ,
I want to use the service Subsystems["PlatformSubsystem"].GetEntityUsageReport();.
I have given Run time execute and read permission to the group , yet it errors out with
Entity [PlatformSubsystem] service [GetEntityUsageReport] requires Administrator privileges .
How do I get to use the PlatformSubsystem services for a non Admin user?

