English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v3/auth/loginToSession \ --header 'Content-Type: application/json' \ --data ' { "userName": "<string>", "password": "<string>", "userUid": "<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>" }
When not filled, default user of identity will be logged in
successful operation
Show child attributes
SYS_ADMIN
SYS_ADMIN_READ
ADMIN
PROJECT_MANAGER
LINGUIST
GUEST
SUBMITTER
PORTAL_MEMBER
Was this page helpful?