--- 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 aliases: - /v2.0/organizations/create-org/members/add-members/ --- Use the `influx` command line interface (CLI) to add a member to an organization. {{% cloud %}} To manage members of an organization in {{< cloud-name >}}, see [Manage multiple users](/v2.0/account-management/multi-user/). {{% /cloud %}} ## 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 list ``` 2. To add a user to an organization, run the following command: ```sh influx org members add -n -m ``` For more information, see the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add).