User Association
This script is to identify a user's associations with Call Centers (CC), Hunt Groups (HG), and Pick Up Groups. Additionally, this returns other key information of the user such as extension, phone number, and services and feature packs assigned as this data can be useful when reviewing which CC and HG they are associated to for example if an agent in a CC has a higher feature pack than needed for work in x CC.
This script uses the below methods to achieve this:
Parameters
service_provider_id: Service Provider where the group is hosted.
group_id: Group where the User is located.
user_id: Target user ID.
Return
dict: Returns a dictionary output containing all CC, HG, and Pick Up a user is assigned to.
How To Use:
Formatted Output
Last updated
Was this helpful?