Unum · OAuth Scopes

Unum OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.unum.com/v1/oauth/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.

InsuranceBenefits AdministrationHR IntegrationDisability InsuranceLife InsuranceFortune 500
Scopes: 9 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.unum.com/v1/oauth/token
Flows
clientCredentials

Scopes (9)

ScopeDescriptionFlows
billing:read Read billing invoices clientCredentials
eligibility:read Read member eligibility clientCredentials
eligibility:write Write member eligibility clientCredentials
enrollment:read Read enrollment elections clientCredentials
enrollment:write Write enrollment elections clientCredentials
eoi:read Read EOI submissions clientCredentials
eoi:write Write EOI submissions clientCredentials
leave:read Read leave requests clientCredentials
leave:write Write leave requests clientCredentials

Source

OAuth Scopes

unum-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/unum-hr-connect-openapi.yml
schemes:
- name: OAuth2
  source: openapi/unum-hr-connect-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.unum.com/v1/oauth/token
scopes:
- scope: billing:read
  description: Read billing invoices
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: eligibility:read
  description: Read member eligibility
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: eligibility:write
  description: Write member eligibility
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: enrollment:read
  description: Read enrollment elections
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: enrollment:write
  description: Write enrollment elections
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: eoi:read
  description: Read EOI submissions
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: eoi:write
  description: Write EOI submissions
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: leave:read
  description: Read leave requests
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml
- scope: leave:write
  description: Write leave requests
  flows:
  - clientCredentials
  sources:
  - openapi/unum-hr-connect-openapi.yml