CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation sends a Multi-Factor Authentication (MFA) push notification to a specified user within a tenant. It is useful in scenarios where an administrator needs to trigger an MFA prompt for a user to verify their identity, enhancing security. For example, it can be used to enforce MFA during login attempts or security audits.

Use Case Examples

  1. Trigger MFA push for a user identified by their user ID or email within a specific tenant domain or ID.
  2. Use batching options to manage multiple MFA push requests efficiently.

Properties

Name Meaning
User ID The user ID or email address of the user to whom the MFA push notification will be sent.
Tenant Filter The tenant ID or domain name to specify the tenant context for the user.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • success - Indicates whether the MFA push notification was successfully sent.
  • message - Additional information or status message related to the MFA push request.

Dependencies

  • Requires an API key credential for authentication to the CIPP API.

Troubleshooting

  • Ensure the User ID and Tenant Filter are correctly specified; incorrect values will cause the request to fail.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be blocked.
  • Proxy settings must be correctly configured if used; otherwise, requests may not reach the server.
  • Timeout settings should be adjusted based on network conditions to avoid premature request termination.

Discussion