# tuist organization invite

Invite a new member to your organization.

## Arguments

### organization-name

**Environment variable** `TUIST_ORGANIZATION_INVITE_ORGANIZATION_NAME`

The name of the organization to invite the user to.

```bash
tuist organization invite [organization-name]
```

### email

**Environment variable** `TUIST_ORGANIZATION_INVITE_EMAIL`

The email of the user to invite.

```bash
tuist organization invite [email]
```

### path `Optional`

**Environment variable** `TUIST_ORGANIZATION_INVITE_PATH`

The path to the directory or a subdirectory of the project.

```bash
tuist organization invite --path [path]
tuist organization invite -p [path]
```
