EliseAI · OAuth Scopes

EliseAI OAuth Scopes

OAuth 2.0 searched

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

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 IntelligenceConversational AIProperty ManagementReal EstateHealthcareLeasingVoice AIAutomationCRM
Scopes: 14 Flows: Method: searched

Scopes (14)

ScopeDescriptionFlows
openid OpenID Connect authentication (subject identifier)
profile Access to the user's default profile claims
offline_access Issue a refresh token for long-lived access
name User's full name
given_name User's given (first) name
family_name User's family (last) name
nickname User's nickname
email User's email address
email_verified Whether the user's email is verified
picture User's profile picture URL
created_at Account creation timestamp
identities Linked identity provider identities
phone User's phone number
address User's address

Source

OAuth Scopes

eliseai-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://login.meetelise.com/.well-known/openid-configuration
docs: https://login.meetelise.com/.well-known/openid-configuration
schemes:
- name: OAuth2
  source: well-known/eliseai-openid-configuration.json
  issuer: https://login.meetelise.com/
  authorizationUrl: https://login.meetelise.com/authorize
  tokenUrl: https://login.meetelise.com/oauth/token
scopes:
- {scope: openid, description: OpenID Connect authentication (subject identifier)}
- {scope: profile, description: Access to the user's default profile claims}
- {scope: offline_access, description: Issue a refresh token for long-lived access}
- {scope: name, description: User's full name}
- {scope: given_name, description: User's given (first) name}
- {scope: family_name, description: User's family (last) name}
- {scope: nickname, description: User's nickname}
- {scope: email, description: User's email address}
- {scope: email_verified, description: Whether the user's email is verified}
- {scope: picture, description: User's profile picture URL}
- {scope: created_at, description: Account creation timestamp}
- {scope: identities, description: Linked identity provider identities}
- {scope: phone, description: User's phone number}
- {scope: address, description: User's address}
notes: >-
  Standard OIDC scopes advertised by EliseAI's Auth0 tenant (scopes_supported in
  the discovery document). These are the identity/login scopes; product/API
  permission scopes for partner integrations are not published on a public surface.