Webex Builder
This script will build a webex device for a user either as a primary device or as a Shared Call Appearance.
An email and alternate user id is set, then an optional feature pack can be assigned for billing.
Next, Integrated IMP is enabled in the user services (This is needed for the integration with Cisco). Furthermore, the device is built to the device profile you set using device_type
parameter and then added to the user either as a primary device or SCA.
Parameters
service_provider_id (str): Service Provider ID where group is hosted.
group_id (str): Group ID where target user is hosted.
user_id (str): Target user to build and add webex device.
device_type (str): Name of the device profile to apply.
email (str): Email of user. This will be used to sign into the webex client.
primary_device (bool, optional): Setting to False will assign as SCA, True is primary. Defaults to True.
webex_feature_pack_name (str, optional): Feature pack to assign for Webex services. Defaults to None.
enable_integrated_imp (bool, optional): Enables Integrated IMP service for the user if True .Defaults to True.
Return
dict: Webex user/ device details. Includes webex client username and password, and if primary device, device type set.
How To Use:
Retuned Data (Formatted)
Last updated
Was this helpful?