CREATE USER
Create a new user.
SyntaxCREATE USER <username>
Parameters
<username> String
Specify the email of the user you're creating. This will be username used to login to Dremio. Enclose the email in double quotes.
Example
Create a userCREATE USER "[email protected]"