Skip to contents

Gets a list of users in the specified group.

Usage

get_users_in_group(
  tableau,
  api_version = 3.19,
  group_id,
  page_size = 100,
  page_number = 1
)

Arguments

tableau

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

api_version

The version of the API to use, such as 3.21.

group_id

The ID of the group to get the users for.

page_size

The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100.

page_number

The offset for paging. The default is 1.

Value

A list of users in the specified group.