Skip to content

Members & Roles

Roles

RoleCan
AdminEverything a member can, plus org administration: members, invites, topics, API key, encryption (via sp auth login + sp org …)
MemberSend and receive as part of the org from the app

Set the role at invite time with --role admin (default member).

Inviting members

bash
sp org members invite "Alice"
sp org members invite "Bob" --role admin

Each invite prints a one-time login code. The invitee installs the app and enters the code; their device joins the org under the invited name. No email address is required (pass --email to record one).

Pending invites:

bash
sp org invites list
sp org invites revoke <invite-id>

Seats

Members and pending invites both occupy a seat. When all seats are taken, inviting fails with seat_limit_reached; revoke a pending invite or remove a member to free one, or contact us to add seats. Unredeemed invites expire on their own and return their seat.

Listing and removing

bash
sp org members list
sp org members remove "Bob" --yes

Removal is permanent and requires --yes. A removed member immediately stops receiving org sends and loses access to org topics; already-collected answers and event history remain in the org's stream.