Back to Influxdb

influxctl user invite

content/influxdb3/cloud-dedicated/reference/cli/influxctl/user/invite.md

latest1.3 KB
Original Source

[!Warning]

InfluxData internal use only

This command is for InfluxData internal use only and won't work when run by a user account.

The influxctl user invite command invites a user to an {{< product-name >}} account.

Usage

sh
influxctl user invite [command options] <FIRST_NAME> <LAST_NAME> <EMAIL>

Arguments

ArgumentDescription
FIRST_NAMEUser's first name
LAST_NAMEUser's last name
EMAILUser's email address

Flags

FlagDescription
-h--helpOutput command help

{{% caption %}} Also see influxctl global flags. {{% /caption %}}

Examples

{{% code-placeholders "(FIRST|LAST)_NAME|EMAIL" %}}

sh
influxctl user invite FIRST_NAME LAST_NAME EMAIL

{{% /code-placeholders %}}

Replace the following:

  • {{% code-placeholder-key %}}FIRST_NAME{{% /code-placeholder-key %}}: User's first name
  • {{% code-placeholder-key %}}LAST_NAME{{% /code-placeholder-key %}}: User's last name
  • {{% code-placeholder-key %}}EMAIL{{% /code-placeholder-key %}}: User's email address