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
- GETList users
- POSTCreate userdeprecated
- GETList last login dates
- GETGet userdeprecated
- PUTEdit userdeprecated
- DELDelete user
- POSTSend login information
- GETList assigned jobs
- GETLogin statistics
- GETList assigned projects
- GETList assigned target languages
- POSTRestore user
- POSTUpdate password
- GETList assigned workflow steps
- POSTCreate userdeprecated
- GETGet userdeprecated
- PUTEdit userdeprecated
- POSTCreate user
- GETGet user
- PUTEdit user
- POSTDisable two-factor authentication
- GET
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
User
Create user
deprecated
POST
/
api2
/
v1
/
users
Create user
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/users \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"password": "<string>",
"role": "SYS_ADMIN",
"timezone": "<string>",
"note": "<string>",
"terminologist": true,
"sourceLangs": [
"<string>"
],
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"clients": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
],
"subDomains": [
{
"id": "<string>"
}
],
"projectBusinessUnits": [
{
"id": "<string>"
}
]
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateDeleted": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"role": "SYS_ADMIN",
"timezone": "<string>",
"note": "<string>",
"terminologist": true,
"sourceLangs": [
"<string>"
],
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"clients": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>"
}
],
"domains": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"subDomains": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"projectBusinessUnits": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"organization": {},
"priceList": {
"id": "<string>",
"name": "<string>",
"uid": "<string>"
},
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"active": true
}
Body
application/json
Response
201
application/json
Created
User with all belonging objects
Was this page helpful?
Create user
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/users \
--header 'Content-Type: application/json' \
--data '{
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"password": "<string>",
"role": "SYS_ADMIN",
"timezone": "<string>",
"note": "<string>",
"terminologist": true,
"sourceLangs": [
"<string>"
],
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"clients": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
],
"subDomains": [
{
"id": "<string>"
}
],
"projectBusinessUnits": [
{
"id": "<string>"
}
]
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"userName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateDeleted": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"role": "SYS_ADMIN",
"timezone": "<string>",
"note": "<string>",
"terminologist": true,
"sourceLangs": [
"<string>"
],
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"clients": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>"
}
],
"domains": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"subDomains": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"projectBusinessUnits": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"organization": {},
"priceList": {
"id": "<string>",
"name": "<string>",
"uid": "<string>"
},
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"active": true
}
Assistant
Responses are generated using AI and may contain mistakes.