Use Case: Role-Based Subscription Management Visualisation

In a SaaS admin panel, the system administrator needs to see which subscription management permissions a selected role has. Based on these permissions, the user is granted or restricted access to the panel.

Application Flow

  • Element: A button triggered after a role is selected with SelectBox (e.g. ‘Show Permissions’)
  • Trigger: OnClick
  • Action: Authorisation → Get Subscription Management Access List By Role ID
  • Parameter: Role ID
  • Display of Results: The obtained list is presented to the user with a Table element.