CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list conditional access policies for a specified user. It is useful in scenarios where administrators need to retrieve and analyze the conditional access policies applied to a user within an organization's tenant. For example, it can be used to audit user access controls or troubleshoot access issues related to conditional access policies.

Use Case Examples

  1. Retrieve all conditional access policies for a user by providing the user's ID and tenant filter.
  2. Use batching options to handle large sets of users and their policies efficiently.

Properties

Name Meaning
User ID The unique identifier of the user whose conditional access policies are to be listed.
Tenant Filter The tenant ID filter to specify the tenant context for the user.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • policies - Array of conditional access policies associated with the specified user.

Dependencies

  • Requires an OAuth2 API credential for authentication with the CIPP API.

Troubleshooting

  • Ensure the User ID and Tenant Filter are correctly specified; incorrect values may result in no data or 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; otherwise, requests may fail to connect.
  • Timeout settings should be adjusted based on network conditions to avoid premature request termination.

Discussion