PUT - User Services
This method updates a Broadwork entity's services and service packs if applicable. Any entity that can have a service or service pack assigned can be updated such as a user's service pack or a Hunt Group services. Note that services and service packs are separated into two lists when passed to the method, if you only want to update one list only pass in the list you wish to update. For example, adding the service pack 'SP-A' to user A will only require I pass this in the service_pack parameter.
Parameters
user_id (str): User ID of the target user.
services (list): List of services to be applied to user.
service_packs (list): List of service packs to be applied to user.
assigned (bool, optional): Assign (True) or unassign(False). Defaults to True.
Returns
Dict: User services assigned to the user.
How To Use:
Last updated
Was this helpful?