CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation removes a user from the system based on the provided user ID or email address and tenant filter. It is useful in scenarios where an administrator needs to delete a user account from a tenant, such as when an employee leaves an organization or when cleaning up inactive accounts.

Use Case Examples

  1. Removing a user by specifying their email address and tenant domain to revoke access and delete their account.
  2. Automating user removal in bulk by batching requests to handle multiple user deletions efficiently.

Properties

Name Meaning
User ID The user ID or email address of the user to be removed.
Tenant Filter The tenant ID or domain name to specify the tenant from which the user will be removed.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the user removal operation was successful.
  • message - Additional information or error message related to the user removal operation.

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 may cause the operation to fail.
  • If batching is enabled, verify batch size and interval settings to avoid request throttling or timeouts.
  • Check network connectivity and proxy settings if requests fail to reach the API.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.

Discussion