CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list users who have Multi-Factor Authentication (MFA) enabled within a specified tenant. It is useful for administrators who need to audit or manage MFA settings across their organization's users. For example, an IT admin can use this node to generate a report of all MFA-enabled users in a tenant to ensure compliance with security policies.

Use Case Examples

  1. List all MFA-enabled users in a tenant by providing the tenant ID or domain name.
  2. Use batching options to handle large user lists efficiently by splitting requests into manageable batches.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to filter the MFA users list.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • users - Array of user objects who have MFA enabled in the specified tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; incorrect values may result in empty or failed responses.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option cautiously if necessary.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeout settings should be adjusted based on network conditions; too short a timeout may cause premature request abortion.

Discussion