Skip to main content

Send Pin for Two-Factor Authentication

Select

Customer Managed

Sends an email with the pin for two-factor authentication to the email address for the username in the request.

Query Parameters
  • username string required

    The username of the account to which the email with the pin is sent.

Header Parameters
  • Accept string required
Responses

OK

GET /security/twofactorauth/pin    

Authorization

type: apiKeyname: Authtokenin: header

Request

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