Members & Invitations¶
Manage organization memberships and invitations.
Members¶
Aliases: member, memberships
List Members¶
Alias: ls
Get Membership Details¶
Delete Membership¶
List Presets¶
Shows available membership presets (role templates).
Apply Preset¶
Applies a predefined role preset to a membership.
Invitations¶
Aliases: invitation, invite, invites
List All Invitations¶
List Sent Invitations¶
List Received Invitations¶
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 |
Delete Invitation¶
Resend Invitation¶
Accept Invitation¶
Only requires a token (no --org-id needed).
Decline Invitation¶
Only requires a token (no --org-id needed).
Examples¶
# List organization members
bnerd members list
# Invite a new user
bnerd invitations create --email colleague@company.com --role admin
# Check received invitations
bnerd invitations received
# Accept an invitation
bnerd invitations accept <invitation-id>
# Apply an admin preset to a member
bnerd members apply-preset <membership-id> admin
TUI Equivalent¶
In the interactive TUI (bnerd x):
:members— Browse organization members:invitationsor:invite— Manage invitations