Workday Advanced Compensation OAuth Scopes

OAuth 2.0 derived

Workday Advanced Compensation publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Workday Advanced Compensation API on a user’s behalf.

Tokens are issued from https://{tenant}.workday.com/ccx/oauth2/{tenant}/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.

Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://{tenant}.workday.com/ccx/oauth2/{tenant}/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
compensation.read Read compensation data clientCredentials
compensation.write Write compensation data clientCredentials

Source

OAuth Scopes

workday-advanced-compensation-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/workday-advanced-compensation-openapi.yml
schemes:
- name: oauth2
  source: openapi/workday-advanced-compensation-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.workday.com/ccx/oauth2/{tenant}/token
  description: Workday OAuth 2.0 authentication
scopes:
- scope: compensation.read
  description: Read compensation data
  flows:
  - clientCredentials
  sources:
  - openapi/workday-advanced-compensation-openapi.yml
- scope: compensation.write
  description: Write compensation data
  flows:
  - clientCredentials
  sources:
  - openapi/workday-advanced-compensation-openapi.yml