Usage Scenario: Listing All Users in the Administrator Panel

An administrator needs to see all system users on the user management screen. User information can be viewed, users can be disabled, or roles can be assigned from this screen.

Scenario Implementation

  • Element: ‘View Users’ button
  • Trigger: OnClick
  • Action: Authorisation → Get All Users
  • Show Disabled Users: true (Both active and disabled users will be listed)

This configuration initiates a listing process. The retrieved user data can be connected to a Data Grid, List, or Repeater component to provide a detailed user view.