GET - User Services Assigned
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 pulled down, 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 get 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
Fetch all services assigned to a broadwrok entity, this can be a user, AA, CC, or HG.
Parameters
user_id (str): User ID of the target user.
Returns
Dict: User services assigned to the user.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?