# SAML callback endpoint


Endpoint: POST /companies/{companyId}/auth/saml/callback
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `companyId` (string, required)
    The unique company identifier.

## Query parameters:

  - `userType` (string)
    User type.

  - `appDomainType` (string)
    App Domain Type.

## Request fields (application/x-www-form-urlencoded):

  - `RelayState` (string)

  - `SAMLResponse` (string, required)

