Class Group.GroupUserCallingPlanSettingsGetListRequest

  • Enclosing class:
    Group

    @ChoiceGroup("sortByUserLastName") @ChoiceGroup("sortByUserFirstName") @ChoiceGroup("sortByUserDepartment") @ChoiceGroup("sortByDn") @ChoiceGroup("sortByExtension")
    public static class Group.GroupUserCallingPlanSettingsGetListRequest
    extends Request<Group.GroupUserCallingPlanSettingsGetListResponse>
    Get a list of users and the default or custom calling plan setting. The response is either GroupUserCallingPlanSettingsGetListResponse or ErrorResponse. By default, virtual users and non-virtual users that match the selected search criteria are included in the response when "includeVirtualUsers" is present; otherwise, if "includeVirtualUsers" is absent, then only non-virtual users are returned. The search can be performed using multiple criteria. If search criteria is specified, only the users matching all of the specified search criteria are included in the response. If no search criteria is specified, all results are returned.
    Author:
    AlpacaGenerator