Revoking a user role

To revoke a role from a specific user, execute the following command:

kesl-control [-U] --revoke-role <role> <user>

Example:

To revoke the audit role from the user test15:

kesl-control --revoke-role audit test15

Page top