2 min readUpdated Mar 2, 2026

Access Control

Vantage uses a role-based access control (RBAC) system to manage what users can do within the platform. Permissions are defined through roles and assigned to users.


How Permissions Work

Permissions in Vantage are restrictive — by default, a user with no explicit role has full access to everything. You create roles to limit what users can do, not to grant access.


Available Permissions

PermissionWhat It Controls
manage_organizationView and edit organization-level settings, cross-company sharing policies
manage_integrationsConnect, configure, and manage third-party integrations
manage_usersAdd, edit, deactivate, and delete other users
view_dashboardsView dashboards and tile data
edit_dashboardsCreate, modify, and delete dashboards and tiles
run_workflowsExecute existing workflows
edit_workflowsCreate, modify, and delete workflows
manage_billingAccess billing settings, purchase tokens, manage subscriptions

Creating Roles

  1. Navigate to Settings → Organization → Roles.
  2. Click "Add Role" or "Create Role".
  3. Enter a Role Name (e.g., "Dashboard Viewer", "Data Analyst", "Admin").
  4. Toggle each permission on or off.
  5. Click "Save".

Example Role Configurations

Viewer Role

Use case: Stakeholders who need to see reports but shouldn't modify anything.

Analyst Role

Use case: Data analysts who create dashboards and run workflows but don't manage the organization.

Admin Role

Use case: Organization administrators with full control.


Assigning Roles to Users

  1. Go to Settings → Organization → Users.
  2. Click edit on a user.
  3. Select a role from the Role dropdown.
  4. Click "Save".

Important: Changes to a role immediately affect all users assigned to that role.


Company-Level Isolation

Beyond roles, data access is controlled by company membership:


For More Details