Skip to contents

Removes a user from the specified site. The user will be deleted if they do not own any other assets other than subscriptions. If a user still owns content (assets) on Tableau Server, the user cannot be deleted unless the ownership is reassigned first.

Usage

remove_user_from_site(tableau, api_version = 3.19, user_id, mapAssetsTo = NULL)

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).

user_id

The ID of the user to remove.

mapAssetsTo

Optional. The ID of a user that receives ownership of contents of the user being removed.

Value

No return value.