REMOVE USER reference

Enterprise

RBAC provides fine-grained database permissions management.

Learn more

REMOVE USER - removes user from one or more groups.

For full documentation of the Access Control List and Role-based Access Control, see the RBAC operations page.


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.