GET - User Service Settings

This method grabs all of a Broadwork entity's service settings.

Parameters

  • user_id (str): User ID of the target Broadworks entity.

Returns

  • Dict: Broadworks entity and all service settings.

How To Use:

my_api.services.get_user_service_settings(
    "[email protected]"
)

Example Data Returned (Formatted)

{
  "userId": "[email protected]",
  "Advice Of Charge": {
    "isActive": false,
    "aocType": "During Call"
    }
}

Last updated

Was this helpful?