1 Send an invite
- Open Dashboard → Members.
- Enter the person’s email.
- Choose a role (Member is recommended for limited access).
- Click Send invite.
2 Accept the invite
- Open the email link.
- Confirm the organization and role notice.
- Create a password (min 8 characters).
- You are signed in and redirected to the dashboard.
3 Manage pending invites
Pending invites appear under the invite form. Revoke unused invites anytime. Re-inviting the same email replaces the previous pending invite.
API
curl -X POST "$BASE/api/v1/orgs/$ORG_ID/users/invite" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"email":"person@company.com","role":"member"}'- GET /api/v1/orgs/{orgId}/invites — list pending
- DELETE /api/v1/orgs/{orgId}/invites/{inviteId} — revoke
- GET|POST /api/v1/auth/accept-invite — preview / accept