# Uses Refresh token and deletes the current session for the user and creates a new one

Uses Refresh token and 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/refresh
Version: 1.0

## Query parameters:

  - `sn_type` (string)
    Enum: "SYSTEM", "SUPPORT", "INTEGRATION", "ADMIN", "USER", "EXTERNALUSER"

  - `locale` (string)

## Request fields (application/json):

  - `email` (string)

  - `password` (string)

  - `refreshToken` (string)

## Response 200 fields (application/json):

  - `redirectURL` (string)

  - `refreshToken` (string)

  - `expiresAt` (string)


