Skip to main content
1-Visitor
March 17, 2021
Solved

Non admin users are not able to access services of PlatformSubsystem.

  • March 17, 2021
  • 1 reply
  • 3614 views

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?

Best answer by SachinSharma

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

1 reply

16-Pearl
March 18, 2021

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

5-Regular Member
April 7, 2021

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