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

1.5 KiB

title description menu weight draft
influxctl user invite The `influxctl user invite` command invites a user to an InfluxDB Cloud Dedicated account.
influxdb3_cloud_dedicated
parent
influxctl user
301 true

[!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

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

Arguments

Argument Description
FIRST_NAME User's first name
LAST_NAME User's last name
EMAIL User's email address

Flags

Flag Description
-h --help Output command help

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

Examples

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

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