Use Case: Removing a User from the Editor Role

In a content management system, administrators may want to remove users who have changed roles from the ‘Editor’ role in the system. This way, the user will no longer have content editing permissions.

Application Steps:

  • Element: Remove Role button
  • Trigger: OnClick
  • Action: Authorisation → Remove User From Role

Parameter Assignments:

  • User Name → txtEmail.value
  • Role Name → ‘editor’

The user is removed from the ‘editor’ role and cannot access content editing screens or functions. However, the user account remains active in the system.