# `bird organization members`

## Usage

```bash
bird organization members
```

## Description

Manage members of the organization: list them, read one, or remove a member
(revoking their org role and all workspace grants).

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                            |
| ----------------------------------------------------------- | -------------------------------------- |
| [`delete`](/docs/cli/reference/organization-members-delete) | Remove a member from the org           |
| [`get`](/docs/cli/reference/organization-members-get)       | Get an org member                      |
| [`list`](/docs/cli/reference/organization-members-list)     | List org members                       |
| [`update`](/docs/cli/reference/organization-members-update) | Update an org member's org-level role. |