WRITE_USER
CREATE USER
command:READ_USER
for displaying roles of other usersSHOW USER
command:READ_USER
privilege, role information on all users will be displayed. Otherwise, only the current user's roles will be displayed.READ_USER
SHOW PRIVILEGE ON USER
command :tigergraph
:WRITE_ROLE
GRANT ROLE
command. You can grant multiple roles to multiple users:role1
and role2
on graph example_graph
to users user1
and user2
. WRITE_ROLE
REVOKE_ROLE
command. You can revoke multiple roles from multiple users at the same time:role1
and role2
on graph example_graph
from users user1
and user2
. WRITE_USER
for changing the password of a user other than the current userusername
with the user whose password you want to changeWRITE_USER
DROP USER
command. You can drop multiple users in the same command.