AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node enables two-factor authentication (2FA) for a user via a web API call. It is designed to be used in workflows where security needs to be enhanced by activating 2FA on user accounts, such as in identity management or security automation scenarios. For example, an administrator can automate enabling 2FA for new users or enforce 2FA activation as part of a compliance process.

Properties

Name Meaning
Data JSON object containing the user identification data required to enable 2FA, typically including the user's ID.

Output

JSON

  • success - Indicates whether the 2FA enablement request was successful.
  • message - Additional information or status message returned from the API after attempting to enable 2FA.

Dependencies

  • Requires an API key credential for authentication to the target web API service.

Troubleshooting

  • Ensure the 'Data' JSON includes a valid user ID; missing or incorrect IDs will cause the API call to fail.
  • Verify that the API credentials are correctly configured and have permissions to enable 2FA for users.
  • Common errors include authentication failures, invalid user IDs, or network connectivity issues. Check API response messages for specific error details.

Discussion