Commands for managing users and roles

-U is a prefix indicating that the command belongs to the group of commands for managing users and roles.

kesl-control --get-user-list

This command outputs a list of users and roles.

Command syntax

kesl-control [-U] --get-user-list

kesl-control --grant-role

This command assigns a role to a specific user.

Command syntax

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

kesl-control --revoke-role

This command revokes a role from a specific user.

Command syntax

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

Page top