PUT - Group Hunt Group
Update a Hunt Groups (HG) settings.
Modifying Agents in Hunt Group - Remember to follow the correct formatting, the list contains dictionaries of userId and the users id. Example - [{"userId":"9709580001"}, {"userId":"9709580002"}]
Parameters
service_provider_id (str): Service provider ID of where the group that hosts the HG is located.
group_id (type): Group ID of where the HG is located.
hunt_group_user_id (str): Target service user ID of the HG.
updates (dict): Updates to be applied to HG.
Returns
None: This method does not return any specific value.
How To Use:
Last updated
Was this helpful?