Skip to content

Invitations

Manage organization invitations — sending invites to new members, accepting or declining invites you've received, and resending or revoking outstanding ones.

Aliases: invitation, invite, invites

For managing existing memberships (roles, removal), see Members.

List All Invitations

bnerd invitations list

Lists invitations associated with the current organization context.

List Sent Invitations

bnerd invitations sent

Invitations your organization has sent to others.

List Received Invitations

bnerd invitations received

Invitations addressed to you. Only requires a token (no --org-id needed).

Get Invitation Details

bnerd invitations get <invitation-id>

Create Invitation

bnerd invitations create --email user@example.com [--role member]
Flag Type Default Required Description
--email string Yes Email address to invite
--role string member No Role for the invitee

Resend Invitation

bnerd invitations resend <invitation-id>

Re-sends the invitation email — useful if the original email expired or was lost.

Delete Invitation

bnerd invitations delete <invitation-id>

Revokes an outstanding invitation.

Accept Invitation

bnerd invitations accept <invitation-id>

Accepts an invitation addressed to you. Only requires a token (no --org-id needed).

Decline Invitation

bnerd invitations decline <invitation-id>

Declines an invitation addressed to you. Only requires a token (no --org-id needed).

Examples

# Invite a new user as an admin
bnerd invitations create --email colleague@company.com --role admin

# Check received invitations
bnerd invitations received

# Accept an invitation by ID
bnerd invitations accept inv_01HX…

# Resend a stalled invitation
bnerd invitations resend inv_01HX…

TUI Equivalent

In the interactive TUI (bnerd x):

  • :invitations or :invite — Manage invitations

See also

  • Members — manage existing memberships, presets, and roles