ReferenceSQL ReferenceSQL CommandsCREATE USEROn this pageCREATE USERCreate a new user.SyntaxCREATE USER <username>Parameters<username>StringSpecify the email of the user you're creating. This will be username used to login to Dremio. Enclose the email in double quotes.ExampleCreate a userCREATE USER "user@dremio.com"