PUT - Users Bulk
Updates specified list of User's options, such as extension, name and etc.
Note: Available options to change can be seen through: get.user_by_id()
Parameters
users (list): List of specified User IDs to update
updates (dict): The updates to be applied to the list of Users e.g {"extension":"9999"}
Returns
Dict: Returns the changes made including the list of User IDs and updates.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?