def get_targets():
    return BoxUserSettings.find(
        Q('oauth_settings', 'ne', None)
    )