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¶
Lists invitations associated with the current organization context.
List Sent Invitations¶
Invitations your organization has sent to others.
List Received Invitations¶
Invitations addressed to you. Only requires a token (no --org-id needed).
Get Invitation Details¶
Create Invitation¶
| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--email | string | Yes | Email address to invite | |
--role | string | member | No | Role for the invitee |
Resend Invitation¶
Re-sends the invitation email — useful if the original email expired or was lost.
Delete Invitation¶
Revokes an outstanding invitation.
Accept Invitation¶
Accepts an invitation addressed to you. Only requires a token (no --org-id needed).
Decline Invitation¶
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):
:invitationsor:invite— Manage invitations
See also¶
- Members — manage existing memberships, presets, and roles