Workday Studio · OAuth Scopes

Workday Studio OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://{baseUrl}/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.

CloudDevelopmentEnterpriseFinanceHRIDEIntegration
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{baseUrl}/authorize
Token URL
https://{baseUrl}/oauth2/{tenant}/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
r:integrations Read integration data authorizationCode
r:wws Read access to web services authorizationCode
w:integrations Write integration data authorizationCode
w:wws Write access to web services authorizationCode

Source

OAuth Scopes

workday-studio-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/workday-studio-integration-openapi.yml, openapi/workday-studio-web-services-openapi.yml
schemes:
- name: OAuth2
  source: openapi/workday-studio-integration-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{baseUrl}/authorize
    tokenUrl: https://{baseUrl}/oauth2/{tenant}/token
- name: OAuth2
  source: openapi/workday-studio-web-services-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{baseUrl}/authorize
    tokenUrl: https://{baseUrl}/oauth2/{tenant}/token
scopes:
- scope: r:integrations
  description: Read integration data
  flows:
  - authorizationCode
  sources:
  - openapi/workday-studio-integration-openapi.yml
- scope: r:wws
  description: Read access to web services
  flows:
  - authorizationCode
  sources:
  - openapi/workday-studio-web-services-openapi.yml
- scope: w:integrations
  description: Write integration data
  flows:
  - authorizationCode
  sources:
  - openapi/workday-studio-integration-openapi.yml
- scope: w:wws
  description: Write access to web services
  flows:
  - authorizationCode
  sources:
  - openapi/workday-studio-web-services-openapi.yml