CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to reset the Multi-Factor Authentication (MFA) settings for a specified user within a tenant. It is useful in scenarios where a user's MFA needs to be reset due to security concerns, lost authentication devices, or administrative resets. For example, an IT administrator can use this node to reset MFA for a user who has lost access to their MFA device, allowing them to reconfigure MFA.

Use Case Examples

  1. Reset MFA for a user identified by their user ID or email address within a specific tenant.
  2. Automate MFA resets as part of a user account recovery workflow.

Properties

Name Meaning
User ID The user ID or email address of the user whose MFA is to be reset.
Tenant Filter The tenant ID or domain name to specify the tenant context for the user.
Request Options Optional settings for request handling such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the MFA reset operation was successful.
  • message - Additional information or status message returned from the API after attempting to reset MFA.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

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

Discussion