ADP · OAuth Scopes

ADP OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://accounts.adp.com/auth/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.

BenefitsHCMHRPayrollWorkforce
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://accounts.adp.com/auth/oauth/v2/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
api__payroll-output-v1__read Read payroll output data clientCredentials
api__workers-v2__read Read worker data clientCredentials
api__workers-v2__write Write worker data clientCredentials

Source

OAuth Scopes

adp-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adp-payroll-openapi.yml, openapi/adp-workers-openapi.yml
schemes:
- name: oauth2ClientCredentials
  source: openapi/adp-payroll-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://accounts.adp.com/auth/oauth/v2/token
- name: oauth2ClientCredentials
  source: openapi/adp-workers-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://accounts.adp.com/auth/oauth/v2/token
scopes:
- scope: api__payroll-output-v1__read
  description: Read payroll output data
  flows:
  - clientCredentials
  sources:
  - openapi/adp-payroll-openapi.yml
- scope: api__workers-v2__read
  description: Read worker data
  flows:
  - clientCredentials
  sources:
  - openapi/adp-workers-openapi.yml
- scope: api__workers-v2__write
  description: Write worker data
  flows:
  - clientCredentials
  sources:
  - openapi/adp-workers-openapi.yml