ManageEngine ServiceDesk Plus OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://accounts.zoho.com/oauth/v2/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.

ITSMHelp DeskIncident ManagementAsset ManagementCMDB
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.zoho.com/oauth/v2/auth
Token URL
https://accounts.zoho.com/oauth/v2/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
SDPOnDemand.requests.ALL Full access to requests authorizationCode
SDPOnDemand.requests.CREATE Create requests authorizationCode
SDPOnDemand.requests.DELETE Delete requests authorizationCode
SDPOnDemand.requests.READ Read-only access to requests authorizationCode
SDPOnDemand.requests.UPDATE Update requests authorizationCode

Source

OAuth Scopes

servicedesk-plus-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/servicedesk-plus-openapi.yml
schemes:
- name: oauth2
  source: openapi/servicedesk-plus-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
scopes:
- scope: SDPOnDemand.requests.ALL
  description: Full access to requests
  flows:
  - authorizationCode
  sources:
  - openapi/servicedesk-plus-openapi.yml
- scope: SDPOnDemand.requests.CREATE
  description: Create requests
  flows:
  - authorizationCode
  sources:
  - openapi/servicedesk-plus-openapi.yml
- scope: SDPOnDemand.requests.DELETE
  description: Delete requests
  flows:
  - authorizationCode
  sources:
  - openapi/servicedesk-plus-openapi.yml
- scope: SDPOnDemand.requests.READ
  description: Read-only access to requests
  flows:
  - authorizationCode
  sources:
  - openapi/servicedesk-plus-openapi.yml
- scope: SDPOnDemand.requests.UPDATE
  description: Update requests
  flows:
  - authorizationCode
  sources:
  - openapi/servicedesk-plus-openapi.yml