Skip to main content

CREATE USER

Create a new user.

Syntax
CREATE 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 user
CREATE USER "user@dremio.com"