Data isolation and permission boundaries
How Booknetic SaaS scopes tenant data at the query layer — owner vs tenant admin roles, what each user sees, and edge cases SaaS owners should know.
How Booknetic SaaS scopes tenant data at the query layer — owner vs tenant admin roles, what each user sees, and edge cases SaaS owners should know.
Trust: Booknetic SaaS isolates tenant data at the database query layer. This page explains what is separated, who can see what, and the edge cases you should know about when running a SaaS platform.
Booknetic SaaS is built for a multi-tenant setup: one SaaS platform can host many tenant businesses, and each tenant works inside its own Booknetic workspace.
In normal tenant-side screens, Booknetic scopes records to the current tenant before reading or writing data. That means Tenant A should not see Tenant B's customers, appointments, services, staff, locations, workflows, payments, or tenant settings from the tenant admin panel.
At the same time, you — the SaaS platform owner — need owner-level tools to manage your platform. Booknetic SaaS therefore has a separate owner-side admin area where trusted platform administrators can manage tenants, plans, billing, SaaS settings, and owner-level workflow activity.
This page is written in practical terms: what each role can see, what each role can do, and which security hygiene rules help keep the boundary clean.
Each tenant has its own Booknetic data scope. Tenant-owned records are stored as part of the shared SaaS platform, but tenant-side actions run in the context of one tenant.
In practice, this means a tenant admin normally sees only their own tenant's:
Booknetic SaaS enforces this by applying tenant context checks before tenant-side screens read or write Booknetic data. The same general boundary applies across normal tenant admin actions and customer-facing booking actions.
The platform owner is different. The SaaS owner is expected to administer the SaaS platform and can see tenant accounts and platform-level tenant information from the SaaS admin area. This is intentional: you need those tools to support tenants, manage plans, and keep billing accurate.
Booknetic SaaS has several user roles or access levels. The names can sound similar, so it helps to separate them clearly.
| Role | Who this usually is | Main access |
|---|---|---|
| WordPress Super Admin / WordPress Administrator | You or your trusted site administrator | Has broad WordPress-level control over the site. Treat this as the highest-trust account. |
| SaaS Owner / platform admin | The person managing Booknetic SaaS from the owner panel | Manages tenants, plans, SaaS payments, SaaS settings, custom fields, owner-side workflows, and owner-side workflow logs. |
| Tenant Admin | The business owner using one tenant account | Manages that tenant's own Booknetic panel: services, staff, customers, appointments, workflows, profile, and billing. |
| Tenant sub-user / staff user | A staff member inside a tenant business | Works inside the same tenant boundary, with access narrowed by the tenant's staff role and plan capabilities. |
| Customer / booking user | A tenant's end customer booking an appointment | Uses the public booking flow or customer-facing screens. No SaaS admin access. |
A tenant admin may be an "administrator" inside their own Booknetic workspace, but that does not make them a SaaS owner. Tenant admins do not receive the owner-side SaaS menu for platform tools such as Tenants, Plans, SaaS Settings, or owner-level payment management.
The SaaS owner manages the platform from the owner-side Booknetic SaaS area.
From the SaaS admin area, the owner can manage platform-level items such as:
The owner can also delete tenants when the account should be permanently removed. Because delete is destructive and has privacy implications, review the deletion workflow before using it: see How to cancel or delete a tenant in Booknetic SaaS.
What the owner can change depends on the specific owner-side screen. For example, the SaaS owner area is designed for tenant/account/platform administration — tenants, plans, settings, payments, and owner workflows. It should not be described as an unrestricted "act as any tenant" workspace unless your installation has a separately confirmed impersonation feature.
Booknetic SaaS should not be described as having an unrestricted "log in as tenant" feature unless that feature is separately confirmed in your installation. If your team relies on an impersonation or login-as workflow, confirm the supported path and restrict it to trusted administrators only.
Booknetic SaaS permission boundaries control Booknetic SaaS and Booknetic tenant data. They do not turn WordPress administrator accounts into ordinary tenant users.
A WordPress administrator may have broader access to the WordPress site outside Booknetic, depending on your WordPress roles, plugins, and hosting setup. Do not give WordPress administrator access to tenant admins unless you intentionally want them to have high-trust site access.
A tenant admin manages one tenant's Booknetic workspace.
A tenant admin can normally manage their own tenant's:
Tenant access can also be limited by the tenant's plan. For example, a plan may hide or limit certain modules, features, or counts. For more detail, see Plans and plan capabilities in Booknetic SaaS.
A tenant admin should not see:
If a tenant reports that they can see another tenant's data, treat it as urgent and contact Booknetic support immediately.
Booknetic SaaS uses tenant context checks across the product. The goal is that every normal tenant-side action runs in one tenant's context before Booknetic reads or writes tenant data.
At a high level:
This section is intentionally high-level. The public documentation should explain the behavior without exposing low-level implementation details that could help someone probe the system.
Do not casually reuse the same WordPress user across multiple tenants.
If the same WordPress user is intentionally connected to more than one tenant or role, that user may be able to access more than one workspace depending on how the account is configured. Keep each tenant's admin account separate unless you have a clear operational reason and you understand the access impact.
Best practice: create a separate tenant admin user for each tenant business, and keep your own WordPress administrator account separate from every tenant account.
Booknetic SaaS can restrict tenant users away from normal WordPress admin pages and send them back to the Booknetic panel. Keep this restriction enabled unless you have a specific reason to allow tenant users into other WordPress admin areas.
If you disable that restriction, WordPress roles and other plugins may affect what tenant users can access outside Booknetic. Review those permissions carefully.
Some platform state may be cached briefly by WordPress or by platform-level update/licensing systems. After changing settings, plans, or plugin state, you may need to refresh the page or wait briefly before every screen reflects the change.
This should not be treated as permission to share data across tenants. It is a normal caution for SaaS owners: after sensitive settings changes, confirm the result from the correct tenant account.
Some Booknetic data is connected through a parent item. For example, appointment details belong to an appointment, and workflow action details belong to a workflow.
Those records are still expected to stay inside the same tenant boundary because the parent item is tenant-scoped. If you ever see a child detail appear under the wrong tenant, report it as a security issue.
Tenant deletion removes tenant records from Booknetic SaaS, but some uploaded files may remain on the server as orphaned files. This matters for privacy and GDPR-style deletion requests.
Before promising complete data removal, review the deletion guide and your WordPress uploads/backups process: How to cancel or delete a tenant in Booknetic SaaS.
Also avoid manually editing files inside WordPress upload folders used by Booknetic. File ownership, file paths, and file references are managed by Booknetic and WordPress.
If a notification template includes a file URL, the recipient may be able to open that URL later if the file remains on the server. Be careful when adding uploaded-file links to customer-facing workflow messages.
If you need to verify whether a tenant workflow message was sent, use Workflow Logs rather than guessing from email delivery alone: Workflow Logs in Booknetic SaaS.
Security: Keep platform-owner accounts, tenant admin accounts, and WordPress administrator accounts separate. Most permission mistakes come from sharing high-trust accounts too widely.
Follow these rules when operating Booknetic SaaS:
wp-content/uploads/booknetic/ unless Booknetic support or your developer gives you a specific cleanup plan.In normal Booknetic SaaS tenant-side flows, tenant data is scoped before it is read or written. Tenant A should not see Tenant B's customers, appointments, services, staff, locations, workflows, or payments.
If you ever see anything that looks like cross-tenant visibility, do not ignore it and do not try to work around it. Contact Booknetic support immediately with the tenant name, user account, page URL, approximate time, and a screenshot with any sensitive customer data redacted.
The SaaS owner area is for platform administration: tenants, plans, payments, settings, owner workflows, and related SaaS management screens.
Whether you can directly edit a tenant's day-to-day booking data depends on the specific UI surface available in your installation. Do not assume that the owner panel is an unrestricted "act as tenant" area. If you need to change a tenant's operational records, use the tenant's own scoped Booknetic workspace or confirm the supported admin path for your installation.
Yes, tenant billing is shown inside the tenant's Booknetic panel where the tenant's plan and permissions allow it. The tenant can review their own billing/subscription state and use the plan-change or cancellation options exposed to them.
They cannot manage the platform's plan editor, other tenants' billing, or owner-side payment settings.
Deleting a tenant removes tenant data from Booknetic SaaS and cannot be undone from the app. However, uploaded files may remain on the server as orphaned files, and hosting backups may also retain copies outside Booknetic SaaS.
For the full deletion workflow and privacy caveats, see How to cancel or delete a tenant in Booknetic SaaS.
The tenant should delete the customer record from their tenant admin panel when appropriate. If the request also involves uploaded files, backups, or a formal GDPR/right-to-be-forgotten process, review your WordPress uploads folder, hosting backups, and legal obligations.
This page is not a full legal/GDPR walkthrough. For strict deletion requirements, create an internal process with your legal or privacy owner.
Stop and report it immediately. Email [email protected] with the details, including:
Do not send the same suspected data to other tenants, and do not post customer data in public channels.
Before onboarding tenants, confirm that: