Bulk Password Reset
Resets a list of users SIP passwords, Voicemail passcodes, or Web Authentication Password. Specifify in password_type with the options of SIP = 'SIP', Voicemail = 'VM', or Web = "WEB" and the script will perform the necessary actions.
The script makes use of the following methods:
Parameters
service_provider_id (str): Service Provider ID where group is hosted.
group_id (str): Group ID where target users are located.
users (list): List of User IDs of the target users to reset the password.
password_type (str): Type of password to reset either 'SIP', 'VM', or 'WEB'. Only accepts these two options.
Raises:
OSInvalidPasswordType: Only valid password options are SIP, VM, WEB. If another is requested this will be raised.
Return
dict: Returns dictionary containing user ID and new password set.
How To Use:
Example Returned Data of SIP Passwords (Formatted)
Last updated
Was this helpful?