API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Authentication
Login as another user
Available only for admin
POST
/
api2
/
v1
/
auth
/
loginOther
Login as another user
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/auth/loginOther \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>"
}'
Copy
Ask AI
{
"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"
}
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Login as another user
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/auth/loginOther \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>"
}'
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.