Uniphore · OAuth Scopes

Uniphore OAuth Scopes

OAuth 2.0 searched

Uniphore publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Uniphore API on a user’s behalf.

Tokens are issued from https://uniphore.us.auth0.com/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.

CompanyArtificial IntelligenceAgentsConversational AICustomer Data PlatformContact CenterMachine LearningLarge Language ModelsEnterprise SoftwareAutomationCustomer ExperienceKnowledge Management
Scopes: 14 Flows: authorizationCode, clientCredentials, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://uniphore.us.auth0.com/authorize
Token URL
https://uniphore.us.auth0.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token and identify the authenticated end user (OIDC core). authorizationCode, deviceCode
profile Access the end user's default profile claims. authorizationCode, deviceCode
offline_access Issue a refresh token so the client can obtain new access tokens without user interaction. authorizationCode, deviceCode
name Access the end user's full name claim. authorizationCode
given_name Access the end user's given name claim. authorizationCode
family_name Access the end user's family name claim. authorizationCode
nickname Access the end user's nickname claim. authorizationCode
email Access the end user's email address claim. authorizationCode
email_verified Access the end user's email verification status claim. authorizationCode
picture Access the end user's profile picture claim. authorizationCode
created_at Access the end user's account creation timestamp claim. authorizationCode
identities Access the end user's linked identity providers claim. authorizationCode
phone Access the end user's phone number claim. authorizationCode
address Access the end user's postal address claim. authorizationCode

Source

OAuth Scopes

uniphore-scopes.yml Raw ↑
generated: '2026-08-02'
method: searched
source: https://uniphore.us.auth0.com/.well-known/openid-configuration
docs: https://uniphore.github.io/baic-docs/
note: >-
  Uniphore publishes no OpenAPI, so no product/API scopes could be derived from
  oauth2 securitySchemes. The scopes below are the ones actually advertised by
  Uniphore's dedicated Auth0 identity tenant in its anonymous OIDC discovery
  document (scopes_supported) — the standard OIDC identity scope set. Any
  Business AI Cloud resource-server scopes are provisioned per tenant/audience
  and are not published anonymously; do not assume additional scopes exist.
schemes:
- name: openIdConnect
  source: well-known/uniphore-openid-configuration.json
  issuer: https://uniphore.us.auth0.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://uniphore.us.auth0.com/authorize
    tokenUrl: https://uniphore.us.auth0.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://uniphore.us.auth0.com/oauth/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://uniphore.us.auth0.com/oauth/device/code
    tokenUrl: https://uniphore.us.auth0.com/oauth/token
scopes:
- scope: openid
  description: Request an ID token and identify the authenticated end user (OIDC core).
  flows: [authorizationCode, deviceCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: profile
  description: Access the end user's default profile claims.
  flows: [authorizationCode, deviceCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token so the client can obtain new access tokens without user interaction.
  flows: [authorizationCode, deviceCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: name
  description: Access the end user's full name claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: given_name
  description: Access the end user's given name claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: family_name
  description: Access the end user's family name claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: nickname
  description: Access the end user's nickname claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: email
  description: Access the end user's email address claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: email_verified
  description: Access the end user's email verification status claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: picture
  description: Access the end user's profile picture claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: created_at
  description: Access the end user's account creation timestamp claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: identities
  description: Access the end user's linked identity providers claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: phone
  description: Access the end user's phone number claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
- scope: address
  description: Access the end user's postal address claim.
  flows: [authorizationCode]
  sources: [well-known/uniphore-openid-configuration.json]
x-evidence:
- url: https://uniphore.us.auth0.com/.well-known/openid-configuration
  http_status: 200
  fetched: '2026-08-02'