Skip to main content

Permissions

The Permissions area manages the roles and policies that govern access for users and integrations. It is organized into four tabs.

Menu path: Settings → Advanced → Permissions · URL path: /settings/permissions/APITokens

Task guide: Managing Roles — what each role can do.

Permissions area on the API Tokens tab, showing the tab bar, a token table, and an Add API Token button

Page Layout

The header shows the title Permissions with the subtitle A list of roles and policies for users. Below it is a tab bar with four tabs, and on the right an Add button whose label matches the active tab. Each tab shows its own table and a pagination bar.

The four tabs are:

  • API Tokens (shown by default) — tokens for programmatic access, at /settings/permissions/APITokens.
  • Roles — named bundles of policies, at /settings/permissions/Roles.
  • API Policies — resource-level API permissions, at /settings/permissions/APIPolicies.
  • Data Policies — data-access permissions, at /settings/permissions/DataPolicies.

Every row's Actions column has a blue edit button and a red delete button.

API Tokens

The default tab. Its table has columns Name, Description, Roles, Data Policies, API Policies, and Actions.

Add API Token

Click Add API Token to open the Add API Token dialog ("Enter the API Token information to add to the system.").

Add API Token dialog with Name, Description, Roles, Data Policies, and API Policies fields

  • Name (required) — a name for the token.
  • Description — an optional description.
  • Roles — a Select Values drop-down for roles granted to the token.
  • Data Policies — a Select Values drop-down for data policies.
  • API Policies — a Select Values drop-down for API policies.

Click Save to create the token or Cancel to close the dialog.

Roles

The Roles tab lists the named roles that bundle policies together. Its table has columns Name, Description, Data Policies, API Policies, and Actions, and an Add Role button. For example, the admin role ("system admin") carries the data_admin data policy and a broad set of API policies, while analyst carries data_review and the review-level API policies.

Roles tab listing the admin and analyst roles with their policies

API Policies

The API Policies tab lists resource-level API permissions. Its table has columns Name, Description, Resources, and Actions, and an Add API Policy button. Each policy names the resource and access level it grants — for example data_admin grants data:[*] and event_search grants search:[read].

API Policies tab listing policies and the resources each grants

Data Policies

The Data Policies tab lists data-access permissions. Its table has columns Name, Description, and Actions, and an Add Data Policy button — for example data_admin ("review flow and event data; see original value") and data_review ("review flow and event data").

Data Policies tab listing the data_admin and data_review policies