POST
/
api2
/
v3
/
auth
/
loginToSession
Login to session
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v3/auth/loginToSession \
  --header 'Content-Type: application/json' \
  --data '{
  "userUid": "<string>",
  "userName": "<string>",
  "password": "<string>",
  "rememberMe": true,
  "twoFactorCode": 123,
  "captchaCode": "<string>"
}'
{
  "user": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "cookie": "<string>",
  "csrfToken": "<string>"
}

Body

application/json

Response

200
application/json

successful operation

The response is of type object.