Parabol · OAuth Scopes

Parabol OAuth Scopes

OAuth 2.0 searched

Parabol publishes 16 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Parabol API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyDeveloper ToolsAgileRetrospectivesMeetingsCollaborationGraphQLTeam ProductivityOpen Source
Scopes: 16 Flows: Method: searched

Scopes (16)

ScopeDescriptionFlows
users:read Read user data
users:write Update user data
teams:read Read team data
teams:write Create and update teams
orgs:read Read organization data
orgs:write Update organization data
meetings:read Read meeting data
meetings:write Create and update meetings
tasks:read Read task data
tasks:write Create and update tasks
templates:read Read meeting template data
templates:write Create and update meeting templates
pages:read Read page (document) data
pages:write Create and update pages
comments:read Read comment data
comments:write Create and update comments

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: graphql/parabol-schema.graphql
docs: https://raw.githubusercontent.com/ParabolInc/parabol/master/llms.txt
model: >-
  Parabol Personal Access Tokens are scoped. Scopes are enforced in the GraphQL
  schema via a `@scope(name: OAuthScopeEnum!)` directive on protected fields and
  mutations. The enum below is the complete OAuthScopeEnum from the public
  schema SDL; descriptions are from the published llms.txt scope table. These
  are PAT scopes (not OAuth2 flow scopes) — Parabol has no OAuth2 flows yet.
schemes:
- name: PersonalAccessToken
  type: pat-scoped
  source: graphql/parabol-schema.graphql
  directive: '@scope(name: OAuthScopeEnum!)'
scopes:
- scope: users:read
  enum: USERS_READ
  description: Read user data
- scope: users:write
  enum: USERS_WRITE
  description: Update user data
- scope: teams:read
  enum: TEAMS_READ
  description: Read team data
- scope: teams:write
  enum: TEAMS_WRITE
  description: Create and update teams
- scope: orgs:read
  enum: ORGS_READ
  description: Read organization data
- scope: orgs:write
  enum: ORGS_WRITE
  description: Update organization data
- scope: meetings:read
  enum: MEETINGS_READ
  description: Read meeting data
- scope: meetings:write
  enum: MEETINGS_WRITE
  description: Create and update meetings
- scope: tasks:read
  enum: TASKS_READ
  description: Read task data
- scope: tasks:write
  enum: TASKS_WRITE
  description: Create and update tasks
- scope: templates:read
  enum: TEMPLATES_READ
  description: Read meeting template data
- scope: templates:write
  enum: TEMPLATES_WRITE
  description: Create and update meeting templates
- scope: pages:read
  enum: PAGES_READ
  description: Read page (document) data
- scope: pages:write
  enum: PAGES_WRITE
  description: Create and update pages
- scope: comments:read
  enum: COMMENTS_READ
  description: Read comment data
- scope: comments:write
  enum: COMMENTS_WRITE
  description: Create and update comments