> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cativa.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# UserInfo endpoint (OIDC)



## OpenAPI

````yaml /openapi/backoffice.json get /api/v1/sso/{customerName}/userinfo
openapi: 3.0.1
info:
  title: Cativa Backoffice API (public)
  version: public
servers: []
security: []
paths:
  /api/v1/sso/{customerName}/userinfo:
    get:
      tags:
        - Sso
      summary: UserInfo endpoint (OIDC)
      operationId: Sso_GetUserInfo
      parameters:
        - name: customerName
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK

````