# tuist organization update member

Update a member from your organization.

## Arguments

### organization-name

**Environment variable** `TUIST_ORGANIZATION_UPDATE_MEMBER_ORGANIZATION_NAME`

The name of the organization for which you want to update the member for.

```bash
tuist organization update member [organization-name]
```

### username

**Environment variable** `TUIST_ORGANIZATION_UPDATE_MEMBER_USERNAME`

The username of the member you want to update.

```bash
tuist organization update member [username]
```

### role

**Environment variable** `TUIST_ORGANIZATION_UPDATE_MEMBER_ROLE`

The new member role

```bash
tuist organization update member --role [role]
```

### path `Optional`

**Environment variable** `TUIST_ORGANIZATION_UPDATE_MEMBER_PATH`

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

```bash
tuist organization update member --path [path]
tuist organization update member -p [path]
```
