Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
Solved! Go to Solution.
Hi @NG_9746116
GetEntityUsageReport service can only be executed by a Administrator user. Please refer this help center guide, it lists the services which can only be executed by an administrator user who belongs to the Administrators user group.
Regards,
Sachin Sharma
Hi @NG_9746116
GetEntityUsageReport service can only be executed by a Administrator user. Please refer this help center guide, it lists the services which can only be executed by an administrator user who belongs to the Administrators user group.
Regards,
Sachin Sharma
Hi @NG_9746116
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards,
Toolika Dixit