TwoFactorAuthStatus
TwoFactorAuthStatus
Query Parameters
- username string required
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
twoFactorInfo object
isTwoFactorAuthenticationEnabled boolean
{
"twoFactorInfo": {
"isTwoFactorAuthenticationEnabled": true
}
}
{
"twoFactorInfo": {
"isTwoFactorAuthenticationEnabled": true
}
}
Loading...