# Redirect to the SAML login endpoint


Endpoint: GET /companies/{companyId}/auth/saml/login
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.

  - `returnUrl` (boolean)
    If `true`, will return a URL to the login instead of redirecting to the login

