Paychex · OAuth Scopes

Paychex OAuth Scopes

OAuth 2.0 derived

Paychex uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://api.paychex.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.

BenefitsHCMHRPaychex FlexPayrollTime and AttendanceWorkforceFortune 1000
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.paychex.com/auth/oauth/v2/token
Flows
clientCredentials

Scopes (0)

Paychex implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Paychex uses an OAuth 2.0 client_credentials flow with access granted per registered partner application and company rather than requestable scopes; the public docs (https://developer.paychex.com/getting-started/authentication) publish no scopes reference, showing scope values (read:company_people write:company_people read:workers) only inside a sample token response with no descriptions.

Source

OAuth Scopes

paychex-developer-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/paychex-payroll-companies-openapi.yml, openapi/paychex-time-openapi.yml, openapi/paychex-workers-openapi.yml
docs: https://developer.paychex.com/getting-started/authentication
note: >-
  Paychex uses an OAuth 2.0 client_credentials flow with access granted per registered
  partner application and company rather than requestable scopes; the public docs
  (https://developer.paychex.com/getting-started/authentication) publish no scopes
  reference, showing scope values (read:company_people write:company_people read:workers)
  only inside a sample token response with no descriptions.
schemes:
- name: oauth2ClientCredentials
  source: openapi/paychex-payroll-companies-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.paychex.com/auth/oauth/v2/token
- name: oauth2ClientCredentials
  source: openapi/paychex-time-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.paychex.com/auth/oauth/v2/token
- name: oauth2ClientCredentials
  source: openapi/paychex-workers-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.paychex.com/auth/oauth/v2/token
scopes: []