Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions docs/6-collaboration/invitation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Invitation
---

## Inviting Team Members to Your Recce Organization

To collaborate effectively within Recce Cloud, you can invite team members to join your organization. Follow these steps to send invitations:

### Step 1: Access Organization Settings
- Log in to your Recce Cloud account
- Navigate to **Settings** → **Organization** from the side panel
- Alternatively, you can access directly via: `https://cloud.reccehq.com/settings#organization`
- In the Organization Settings section, select your desired organization

![Organization Settings](../assets/images/6-collaboration/recce-cloud-org-setting-fs8.png){: .shadow}

### Step 2: Invite Members

!!! Note
Please use the SSO email address if your member uses SSO login.

- In the **Members** section, click the **Invite Members** button
- Enter the email addresses of the individuals you wish to invite
- Select the appropriate role for each invitee based on the roles below:

#### Organization Roles

| Role | Key Responsibilities | Permissions |
|------|---------------------|-------------|
| **ADMIN** | Full organization management | • Update organization info<br>• Manage member roles<br>• Remove members<br>• Transfer storage regions |
| **MEMBER** | Upload metadata and launch instances | • Upload metadata<br>• Launch Recce instances<br>• View organization info and member list<br>• Leave organization |
| **VIEWER** | Only instance launch | • Launch Recce instances<br>• View organization info and member list<br>• Leave organization |

![Invite Members](../assets/images/6-collaboration/recce-cloud-org-invitation-fs8.png){: .shadow}

### Step 3: Send Invitation
- Click the **Send Invitation** button to dispatch the invites
- Each invitee will receive an email with a link to join your organization
- Logged-in invitees will also see notifications on their home page or can view pending invitations in **Settings** → **Organization**

## For Invited Users

When you receive an invitation to join a Recce organization, you have several ways to respond:

### Immediate Response
- Upon login, you'll see a notification modal with the invitations
- You can immediately accept or decline the invitations directly from the notification without navigating elsewhere

![Invitation Notifications](../assets/images/6-collaboration/recce-cloud-org-pending-invitation-home-fs8.png){: .shadow}

### Managing Invitations Later
- Navigate to **Settings** → **Organization** in your account
- View all pending invitations in the "Pending Invitations" section
- Review the organization and role
- Accept or decline each invitation as needed

![Pending Invitations In Settings](../assets/images/6-collaboration/recce-cloud-org-pending-invitation-fs8.png){: .shadow}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ nav:
- 5-data-diffing/histogram-diff.md
- 5-data-diffing/query.md
- Collaborate Validation:
- 6-collaboration/invitation.md
- 6-collaboration/checklist.md
- 6-collaboration/share.md
- CI/CD:
Expand Down