src users create

creates a user account.

Examples:

Create a user account:

$ src users create -username=alice -email=[email protected]

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.``