Skip to main content

User Two-Factor Authentication Status

Select

Customer Managed

Returns information about a user's two-factor authentication settings.

Query Parameters
  • username string
Responses

OK


Schema
  • twoFactorInfo object
  • isTwoFactorAuthenticationEnabled boolean

    A Boolean corresponding to whether two-factor authentication is enabled for the user

  • userEmail string

    The email associated to the username included in the request.

GET /security/twofactorauth/status    

Authorization

type: apiKeyname: Authtokenin: header

Request

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