CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation allows resetting a user's password within a specified tenant. It is useful in scenarios where an administrator needs to enforce a password reset for security reasons or user account recovery. For example, an admin can reset a user's password and optionally require the user to change it upon next login to enhance security.

Use Case Examples

  1. Resetting a user's password after a security breach.
  2. Forcing a password change for a user who has forgotten their password.

Properties

Name Meaning
User ID The user ID or email address of the user whose password is to be reset.
Tenant Filter The tenant ID or domain name to specify the tenant context for the user.
Must Change Password Boolean flag indicating whether the user must change their password at the next login.

Output

JSON

  • resetPasswordResponse - Response data from the password reset operation, typically including status and any relevant messages.

Dependencies

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

Troubleshooting

  • Ensure the User ID and Tenant Filter are correctly specified; incorrect values may cause the operation to fail.
  • If the API key credential is invalid or expired, authentication errors will occur.
  • Network issues or incorrect proxy settings can cause request timeouts or failures.
  • SSL certificate validation errors can be bypassed if 'Ignore SSL Issues' option is enabled, but this is insecure and should be used cautiously.

Discussion