# `bird organization invitations`

## Usage

```bash
bird organization invitations
```

## Description

Invite people to the organization and manage pending invitations: list them,
read one, create an invitation for an email address, or revoke it.

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.

## Commands

| Name                                                            | Description              |
| --------------------------------------------------------------- | ------------------------ |
| [`create`](/docs/cli/reference/organization-invitations-create) | Create an org invitation |
| [`get`](/docs/cli/reference/organization-invitations-get)       | Get an org invitation    |
| [`list`](/docs/cli/reference/organization-invitations-list)     | List org invitations     |
| [`revoke`](/docs/cli/reference/organization-invitations-revoke) | Revoke an org invitation |