POST /2fa/disable
Disables two factor authentication for the user encoded in the signed token received by email following a call to the POST /2fa/reset endpoint. The request should include the signed token and a twoFaToken received from an authentication request that requires two factor authentication.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/2fa/disable
| Resource Information | |
|---|---|
| Authentication | not required |
| Required OAuth Scopes | modify |
| HTTP Method | POST |
| Request Object | TwoFactorAuthDisableRequest (application/json) |
| Response Object | None |