Skip to end of banner
Go to start of banner

How to find a list of all the visible permissions in a FOLIO instance

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Option 1: Create a Permission Set with All Permissions Visible in the User Interface

Settings - Users - Permissions Sets

Option 2: Use an API call

GET /perms/permissions

Suggestions:

  • specify a length to get all the permissions back - the default length of ten will not get you the full list.
  • if you want to see subpermissions, set expanded to true

What you will get is a lengthy JSON response that then usually needs to be parsed to create a spreadsheet or other useful tool. You can do so using Google Refine, or you can also use Postman Visualizer – see Use Postman Visualizer to get JSON into a format for Excel


  • No labels