---
title: "orgs invitations create"
description: "Invite someone to the organization"
canonical: "https://pgbeam.com/docs/cli/orgs/invitations/create"
last-updated: "2026-09-07T06:13:50.000Z"
---

# orgs invitations create

> Invite someone to the organization

URL: https://pgbeam.com/docs/cli/orgs/invitations/create

Creates an invitation and emails it. Inviting an address that already has a pending invitation returns a conflict rather than a second invitation. `owner` cannot be invited: ownership transfer is a separate, higher-privilege flow.

## Usage

## Options

Option

Description

Required

Default

`<email>`

Yes

-

`--role <value>`

A role that can be assigned through the member API. This is `OrgRole` without `owner`: ownership is transferred through a separate flow, so requesting it here is rejected with a 400. One of: admin, member, security\_admin, billing\_admin, auditor, policy-author, approver.

No

-

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Renders a human-readable table or detail view by default; pass `--json` for the raw API response.