REMOVE USER reference

REMOVE USER - removes user from one or more groups.

Syntax#

Flow chart showing the syntax of the REMOVE USER keyword

Examples#

ADD USER john to management, audit;
REMOVE USER john from management, audit;

Checking user groups with:

SHOW GROUPS john;

should yield an empty list.


โญ Something missing? Page not helpful? Please suggest an edit on GitHub.