# SAML callback endpoint

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

## Path parameters:

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

## Query parameters:

  - `userType` (string)
    User type.
    Enum: "agent", "borrower", "service"

  - `appDomainType` (string)
    App Domain Type.
    Enum: "borrower", "agent", "help", "admin"

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

  - `RelayState` (string)

  - `SAMLResponse` (string, required)


## Response 200 fields
