cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Is there a way to find run-time permissions of a usergroup?

gvejandla
1-Newbie

Is there a way to find run-time permissions of a usergroup?

Hello,

I have a user group which has run time permission to many Things, mashup's and data tables. It's hard to go to each Thing, Mashup and find out whether user group has run time permission or not. Is there a better way to do it?

Thank you

Gautham

2 REPLIES 2
ankigupta
5-Regular Member
(To:gvejandla)

Hi Gautham,

You can try to create a custom service for that. Use GetEntityList to get list of entities of a type and create a for loop for all entities and run GetRunTimePermissions service to get its runtime permissions. Filter out the data for the required user group and add in some temporary Infotable.

Hope it helps.

Thanks,

Ankit Gupta

Hello Ankit,

The solution you suggested works for Things, Thing Templates and Data Tables, but how to get Mashups, Menus and Data shape run time permissions?

Thanks,

Gautham

Top Tags