Solved

API assignment

  • 29 July 2021
  • 3 replies
  • 68 views

Userlevel 2
Badge +5

Does any one know how to find a list of users assigned to a specific API?  I would like to see all the users who can create a new shop order( shop_ord_api.new_)

icon

Best answer by Thushitha Chandrasiri 29 July 2021, 17:22

View original

This topic has been closed for comments

3 replies

Userlevel 5
Badge +8

Hi @mbarnes ,
 

You can get the grantees (permission sets) using New Permission Set Window.
 

Then according to the permission sets you will be able to view the users who are allowed to create shop orders.
 

Thanks & best Regards,

Wimali

Userlevel 7
Badge +20

Hi @mbarnes ,

You can use the Security Per Object report for this. It is in the Order Reports.

There, you can run the report for the below parameters, and get the required information.

 

You’ll get the User ID, and the permission sets from which permission sets the user is granted to the certain database object.

 

Thanks,

Userlevel 2
Badge +5

@ThushAsanka Thank you for the quick response.  I just ran the report and it worked perfectly!