REMOVE USER reference
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.
note
Role-based Access Control (RBAC) operations are only available in QuestDB Enterprise.
Syntax
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.