Skip to contents

Creates a group on Tableau Server or Tableau Cloud site.

Usage

create_group(tableau, group_name, api_version = 3.19)

Arguments

tableau

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

group_name

The name of the group to create.

api_version

The API version to use (default: 3.19).

Value

The ID of the new group.