Egnyte · OAuth Scopes

Egnyte OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://{domain}.egnyte.com/puboauth/token.

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.

File SharingContent CollaborationEnterprise StorageDocument ManagementGovernanceData Security
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{domain}.egnyte.com/puboauth/token
Token URL
https://{domain}.egnyte.com/puboauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
Egnyte.audit Audit report access authorizationCode
Egnyte.filesystem File system access authorizationCode
Egnyte.group Group management authorizationCode
Egnyte.link Shared link management authorizationCode
Egnyte.permission Permission management authorizationCode
Egnyte.user User management authorizationCode

Source

OAuth Scopes

egnyte-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/egnyte-openapi.yml
schemes:
- name: oauth2
  source: openapi/egnyte-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{domain}.egnyte.com/puboauth/token
    tokenUrl: https://{domain}.egnyte.com/puboauth/token
scopes:
- scope: Egnyte.audit
  description: Audit report access
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml
- scope: Egnyte.filesystem
  description: File system access
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml
- scope: Egnyte.group
  description: Group management
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml
- scope: Egnyte.link
  description: Shared link management
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml
- scope: Egnyte.permission
  description: Permission management
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml
- scope: Egnyte.user
  description: User management
  flows:
  - authorizationCode
  sources:
  - openapi/egnyte-openapi.yml