Skip to contents

Removes a user from the specified group.

Usage

remove_user_from_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 remove the user from.

user_id

The ID of the user to remove.

Value

The response from the API.