POST
/
api2
/
v3
/
users
/
{userUid}
/
disableTwoFactorAuth
Disable two-factor authentication
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v3/users/{userUid}/disableTwoFactorAuth
{
  "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

userUid
string
required

Response

200
application/json

successful operation

User with all belonging objects