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
- GETList last login dates
- 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 user
- GETGet user
- PUTEdit user
- POSTDisable two-factor authentication
- GET
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
User
Disable two-factor authentication
POST
/
api2
/
v3
/
users
/
{userUid}
/
disableTwoFactorAuth
Disable two-factor authentication
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid}/disableTwoFactorAuth
Copy
Ask AI
{
"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": "ADMIN",
"assignableRoles": [
"<string>"
],
"timezone": "<string>",
"note": "<string>",
"receiveNewsletter": true,
"active": true,
"pendingEmailChange": true,
"twoFactorAuthEnabled": true,
"credentialsReadonly": true
}
Path Parameters
Response
200
application/json
successful operation
User with all belonging objects
Was this page helpful?
Disable two-factor authentication
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/users/{userUid}/disableTwoFactorAuth
Copy
Ask AI
{
"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": "ADMIN",
"assignableRoles": [
"<string>"
],
"timezone": "<string>",
"note": "<string>",
"receiveNewsletter": true,
"active": true,
"pendingEmailChange": true,
"twoFactorAuthEnabled": true,
"credentialsReadonly": true
}
Assistant
Responses are generated using AI and may contain mistakes.