English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v3/auth/loginOther \ --header 'Content-Type: application/json' \ --data ' { "userName": "<string>", "userUid": "<string>" } '
{ "user": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" }, "token": "<string>", "expires": "2023-11-07T05:31:56Z", "lastInvalidateAllSessionsPerformed": "2023-11-07T05:31:56Z" }
Available only for admin
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?