Skip to contents

Adds a user to the specified group.

Usage

add_user_to_group(tableau, api_version = 3.19, group_id, user_id)

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.19 (default: 3.19).

group_id

The ID of the group to add the user to.

user_id

The ID (not name) of the user to add. You can get the user ID by calling Get Users on Site.

Value

The response from the API.