Sourcegraph DocsSourcegraph Docs
Changelog↗
Theme
  1. Docs
  2. Sourcegraph CLI
  3. `src`
  4. `src users`
  5. `src users create`

src users create

creates a user account.

Examples:

Create a user account:

$ src users create -username=alice -email=alice@example.com

Usage

SH
$ src users create [options]

Flags

NameDescriptionDefault Value
--dump-requestsLog GraphQL requests and responses to stdoutfalse
--emailThe new user's email address``
--get-curlPrint the curl command for executing this query and exit (WARNING: includes printing your access token!)false
--insecure-skip-verifySkip validation of TLS certificates against trusted chainsfalse
--reset-password-urlPrint the reset password URL to manually send to the new user.false
--traceLog the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracingfalse
--user-agent-telemetryInclude the operating system and architecture in the User-Agent sent with requests to Sourcegraphtrue
--usernameThe new user's username.``

On this page

  1. `src users create`

    1. Usage
    1. Flags

Edit this page on GitHub
View as Markdown