--- title: Add a member seotitle: Add a member to an organization in InfluxDB description: Add a member to an organization. menu: v2_0: name: Add a member parent: Manage members weight: 201 --- Use the `influx` command line interface (CLI) to add a member to an organization. {{% cloud-msg %}} Adding members is currently unavailable in {{< cloud-name >}}. {{% /cloud-msg %}} ## Add a member to an organization using the influx CLI 1. Get a list of users and their IDs by running the following: ```sh influx user find ``` 2. To add a user to an organization, run the following command: ```sh influx org members add -n -o ``` For more information, see the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add).