CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to convert a user's mailbox type within an organization. It is useful in scenarios where an administrator needs to change a mailbox from a shared mailbox to a regular mailbox or vice versa, for example, when adjusting user roles or mailbox access types in an enterprise environment.

Use Case Examples

  1. Converting a shared mailbox to a regular mailbox for a user who requires individual email access.
  2. Changing a regular mailbox to a shared mailbox to facilitate team collaboration on a single mailbox.

Properties

Name Meaning
User ID The user ID or email address of the mailbox to be converted.
Tenant Filter The tenant ID or domain name to specify the organizational context for the mailbox conversion.
Mailbox Type The target mailbox type to convert to, either Shared or Regular.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the mailbox conversion operation was successful.
  • message - Provides additional information or error messages related to the mailbox conversion process.

Dependencies

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

Troubleshooting

  • Ensure the User ID and Tenant Filter are correctly specified to avoid errors related to user or tenant not found.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Verify that the mailbox type specified is supported and valid for conversion.

Links

Discussion