# Deletes the current session for the user and creates a new one

Deletes the current session for the user and creates a new one. Also redirects to the current configured Servers.

Endpoint: POST /v1/auth/pub/user/session
Version: 1.0

## Query parameters:

  - `locale` (string)

## Request fields (application/json):

  - `email` (string)

  - `password` (string)

  - `licenseId` (string)
    Create the new session for the License ID provided.

  - `snType` (string)
    Session Type
    Enum: "SYSTEM", "SUPPORT", "INTEGRATION", "ADMIN", "USER", "EXTERNALUSER"

## Response 200 fields (application/json):

  - `redirectURL` (string)

  - `refreshToken` (string)

  - `expiresAt` (string)


