Skip to main content

TwoFactorAuthStatus

Select

SaaS
Customer Managed

TwoFactorAuthStatus

Query Parameters
  • username string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • twoFactorInfo object
  • isTwoFactorAuthenticationEnabled boolean
GET /security/twofactorauth/status    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
username — query required
Accept — header required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Security/TwoFactorAuth/Status' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'