Zoho People · Authentication Profile

Zoho People Authentication

Authentication

Zoho People secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

HRHRMSHuman ResourcesHRISEmployee ManagementAttendanceLeave ManagementTime TrackingPerformance ManagementOnboardingZohoOAuth 2.0
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

ZohoOAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/zoho-people-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: ZohoOAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.zoho.com/oauth/v2/auth
    tokenUrl: https://accounts.zoho.com/oauth/v2/token
    scopes: 13
  description: |-
    Zoho Accounts OAuth 2.0 — Authorization Code grant. Access tokens
    live for 1 hour; refresh tokens are long-lived until revoked.
    Scope syntax is `ZOHOPEOPLE.<scope>.<operation>` where scope is
    one of employee, forms, dashboard, automation, timetracker,
    attendance, leave; operation is ALL, READ, CREATE, UPDATE, or
    DELETE.
  sources:
  - openapi/zoho-people-openapi.yml