CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation removes the assignment of a Teams Voice phone number from a specified user within a tenant. It is useful in scenarios where phone numbers need to be unassigned or reallocated, such as when an employee leaves the organization or changes roles. For example, an admin can use this operation to unassign a phone number from a user to free it up for reassignment.

Use Case Examples

  1. Unassign a phone number from a user in a specific tenant to manage phone number allocations.
  2. Remove a Teams Voice phone number assignment when an employee leaves the company.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to specify the tenant context for the operation.
Phone Number The phone number to be unassigned from the user.
Phone Number Type The type of phone number being unassigned (optional).
Assigned To The user from whom the phone number is being unassigned.
Request Options Additional request settings such as batching, SSL certificate validation, proxy, and timeout options.

Output

JSON

  • success - Indicates whether the phone number unassignment was successful.
  • message - Additional information or status message about the unassignment operation.

Dependencies

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

Troubleshooting

  • Ensure the tenant ID or domain name is correct to avoid tenant resolution errors.
  • Verify the phone number and user details are accurate to prevent assignment conflicts.
  • Check network settings if using a proxy or if SSL certificate validation issues occur.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Links

Discussion