Skip to main content

add-user

inctl customer add-user

Invite a user to an organization by email address.

Synopsis

Invite a user to an organization by email address.

Use the --roles flag (comma-separated list) to assign roles to the user after they accept the invitation.

Example:

inctl customer add-user --email=user@example.com --customer=exampleorg --roles=owner

inctl customer add-user [flags]

Options

      --customer string   The customer organization to invite the user to.
--email string The email address of the user to invite.
-h, --help help for add-user
--roles string Optional comma-separated list of roles to assign to the user when they accept the invitation.

Options inherited from parent commands

      --debug-requests   If true, print the full request and response for each API call.
--env string The environment to use for the command. (default "prod")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO