Skip to contents

Retrieves a list of favorite projects, data sources, views, workbooks, and flows for a specific user on Tableau Server.

Usage

get_server_user_favorites(
  tableau,
  user_id,
  api_version = 3.4,
  page_size = 100,
  page_number = 1
)

Arguments

tableau

A list containing the Tableau authentication variables: `base_url`, `token`, `user_id`, and `site_id`.

user_id

The ID of the user for which you want to retrieve the favorites.

api_version

The API version to use (default: 3.4).

page_size

The number of items to return in one response (default: 100).

page_number

The offset for paging (default: 1).

Value

A data frame containing the favorites for the specified user.