Invites
Users can be invited to join a community, stage, or pub. This corresponds to creating a new row in the invites table.
Invites (as of writing 2025-04-30)
- Are for adding either new or existing users to a community
- Grant users new roles on acceptance
- Are always coupled to a user. If an invitee does not yet have an account, we will create a new account with
isProvisionalset to true. Once the user has accepted the invite and finished signup, the account will be marked asisProvisionalset to false.
Statuses
Invites have the following statuses:
| Status | Description | Can be accepted? |
|---|---|---|
created | The invite has been created but not yet sent | No |
pending | The invite has been sent but not yet accepted or rejected | Yes |
accepted | The invite has been accepted but signup not completed | Yes |
completed | The invite has been accepted and signup completed | No |
rejected | The invite has been rejected by the invitee | No |
revoked | The invite has been revoked by the inviter | No |
Email invite flow
Last updated on