1.3 KiB
1.3 KiB
title | description | menu | weight | draft | ||||
---|---|---|---|---|---|---|---|---|
influxctl user invite | The `influxctl user invite` command invites a user to your InfluxDB cluster. |
|
301 | true |
The influxctl user invite
command invites a user to your {{< 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 |
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