# `bird members`

## Usage

```bash
bird members
```

## Description

Manage the members of the current workspace: list who has access, add an
existing organization user, change a member's role, or remove them.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

## Commands

| Name                                           | Description                        |
| ---------------------------------------------- | ---------------------------------- |
| [`create`](/docs/cli/reference/members-create) | Add org member to workspace        |
| [`delete`](/docs/cli/reference/members-delete) | Remove a member from the workspace |
| [`list`](/docs/cli/reference/members-list)     | List workspace members             |
| [`update`](/docs/cli/reference/members-update) | Update a member's workspace role   |