AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation allows enrolling users in two-factor authentication (2FA) via a web API. It is useful for security administrators who want to programmatically enable 2FA for multiple users in bulk, enhancing account security. For example, an admin can provide a list of user IDs to enroll them all in 2FA at once.

Properties

Name Meaning
Data JSON data containing the user IDs to enroll in 2FA. The input expects a JSON object with an 'ids' array listing user identifiers.

Output

JSON

  • response - The JSON response from the API after attempting to enroll the specified users in 2FA. This typically includes success or error details per user.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • Ensure the 'Data' JSON is correctly formatted and includes valid user IDs; malformed JSON or invalid IDs will cause API errors.
  • Authentication errors may occur if the API key credential is missing or invalid; verify credentials in node settings.
  • Network or base URL misconfiguration can cause connection failures; confirm the baseURL credential is correct.
  • API rate limits or permission issues may result in partial or failed enrollments; check API response messages for details.

Discussion