v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
usersService

Disable two-factor authentication by id.

Disable two-factor authentication by id.

patch/company/v1/users/{userId}/twofa_disable

Path parameters

userIdinteger required

User id

Response

OK

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Two-factor authentication was successfully disabled"
}