Guest Access
Guest access allows you to invite external stakeholders -- clients, contractors, partners -- to view or interact with specific boards without giving them full organization access.
How Guest Access Works
Guests hold the guest role, which is the most restricted role in the ProBeya hierarchy (level 99):
- They can only access specific boards they have been invited to.
- They cannot see the workspace structure, other projects, or other boards.
- They cannot create new boards, projects, or workspaces.
- Their view is limited to the board content and item details.
- They cannot create or delete items.
Inviting a Guest
- Open the board you want to share with an external person.
- Click the Share button in the top bar.
- Enter the guest's email address.
- Select the permission level:
- View only -- Can see items but cannot make changes.
- Comment only -- Can view items and add comments.
- Edit -- Can view, comment, and edit item field values.
- Click Invite.
The guest receives an email invitation. If they do not have a ProBeya account, they are prompted to create one (free) to accept the invitation.
The invitation requires the manage_members permission, which is available to org_owner, tenant_admin, and site_admin roles.
Managing Guests
Viewing Guests
Navigate to Settings > Members and switch to the Guests tab to see all guests in your organization, along with which boards they have access to.
Changing Permissions
- Open the board or go to Settings > Members > Guests.
- Find the guest in the list.
- Change their permission level or remove their access.
Removing a Guest
Click Remove next to the guest's name to revoke their access. They will no longer be able to view the board. Removal is immediate and the guest's session is invalidated.
Guest Limitations
| Feature | Available to Guests? |
|---|---|
| View board items | Yes |
| Edit items (if Edit permission) | Yes |
| Add comments (if Comment or Edit permission) | Yes |
| Create new items | No |
| Delete items | No |
| Access other boards | No |
| See workspace/project structure | No |
| Use command palette for navigation | Limited to their board |
| Receive notifications | Yes, for their boards |
| Create API keys | No |
| Access organization settings | No |
Guest Limits by Plan
| Plan | Guest Limit |
|---|---|
| Free | Up to 2 guests |
| Pro | Up to 20 guests per board |
| Enterprise | Unlimited guests |
Security Considerations
Guests can only see data on boards they are explicitly invited to. However, any data visible on those boards (including KPI values, item details, and comments) is accessible to them. Review board content before granting guest access.
- All guest actions are recorded in the Audit Log.
- Guest sessions expire after 30 days of inactivity.
- Organization admins can disable guest access entirely in Settings > Security.
- Guests are subject to the same 2FA enforcement policy as regular members when org-wide 2FA is enabled.
- Guest membership records are scoped by
organizationIdand follow the same multi-tenant isolation as all other data.
Shared Boards vs. Guest Access
For sharing board data without requiring a user account, consider using Andon Configuration for read-only KPI displays, or shared board embed tokens. Guest access is appropriate when you need interactive participation from external users.
Guest Role in the Hierarchy
The guest role sits at hierarchy level 99, making it the least privileged role in the system. Key implications:
- Guests cannot be assigned any additional roles through multi-role assignment.
- Any role with a level below 99 can manage guest memberships.
- Guest membership records follow the same
organizationIdscoping as all other memberships. - The guest role is included in the
ASSIGNABLE_ROLESarray but excluded fromorg_owner.
Disabling Guest Access
Organization admins can disable guest access entirely:
- Go to Settings > Security.
- Toggle Allow guest access off.
- All existing guest invitations are suspended (not deleted).
- Re-enabling guest access restores previous guest memberships.
Disabling guest access immediately revokes all active guest sessions. External stakeholders will lose access without notification unless you inform them beforehand.
Related Features
- Roles & Permissions -- Full permissions matrix including guest role.
- Inviting Members -- Invite full members with broader access.
- Security Settings -- 2FA and session policies apply to guests.
- Audit Log -- All guest actions are logged.