Publication Date – August 25, 2021
https://api.bitsighttech.com/ratings/v2/users/user_guid/require-mfa
Multi-factor or 2-factor authentication (2FA) is an authentication method that provides an extra layer of security. Use this path to require a particular user to implement 2FA.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
user_guidPath |
Identify the user to require 2FA. | [String] User unique identifier [user_guid ]. See GET: Users. |
Example Request
curl -H "Content-Type: application/json" -X POST -i https://api.bitsighttech.com/ratings/v2/users/eeeeeeee-8888-eeee-8888-eeeeeeeeeeee/require-mfa -u api_token:
Status Codes
Code | Description |
---|---|
200 – Okay |
2FA is now required for the user. |
400 – 2FA Enabled |
The user already has 2FA enabled. |