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.
user_guid
-
* Required.
[Path] Identify the user to require 2FA.
Value: [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
200 – Okay
- 2FA is now required for the user.
400 – 2FA Enabled
- The user already has 2FA enabled.
- August 25, 2021: Published.
Feedback
0 comments
Please sign in to leave a comment.