Skip to main content

Community, 

Where could we download the list of users and his/her granted permission set?

 

Thank you.

Ron

Hi

Here is something(IFS Cloud) but I do not think so it helps.

 

 

Piotr


@knepiosko Thank you for your reply. 

We are in APP10, I don’t think we have this report.


Hi  @knepiosko ,

 

You can use Grant Permission Set to User page in IFS EE and export the list of users and his/her granted permission set to  a XML file or CSV file using “Export Grants for all users” or “Export to  csv” RMB menu options.

 

 


@suneth Thank you. let me try it out.


Hi  @knepiosko ,

 

You can use Grant Permission Set to User page in IFS EE and export the list of users and his/her granted permission set to  a XML file or CSV file using “Export Grants for all users” or “Export to  csv” RMB menu options.

 

 

I can’t find this page IFS Cloud


Hi ​@MGDMONALI,

You can refer to Solution Manager/Users/User/User Permission/All Grants tab to get any users’ granted permission set details.

Additionally,  you can create a quick report using SQL statement below.

SELECT *
FROM USER_HANDLING_ROLE_GRANT_TYPE
WHERE IDENTITY LIKE NVL('&Emp_Id', '%')

 

Regards

Abdul Rehman


Reply