View source: R/remove_user_from_site.R
| remove_user_from_site | R Documentation |
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.
remove_user_from_site(tableau, api_version = 3.19, user_id, mapAssetsTo = NULL)
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. |
No return value.
Other Tableau REST API:
add_tags_to_view(),
add_tags_to_workbook(),
add_user_to_group(),
add_user_to_site(),
authenticate_PAT(),
authenticate_server(),
create_group(),
delete_group(),
download_datasource(),
download_filtered_tableau_image(),
download_tableau_crosstab_excel(),
download_tableau_data(),
download_workbooks_server(),
download_workbooks_server_pdf(),
download_workbooks_server_powerpoint(),
get_groups_for_user(),
get_mobile_security_settings(),
get_server_connected_apps(),
get_server_datasources(),
get_server_groups(),
get_server_info(),
get_server_jobs(),
get_server_projects(),
get_server_refresh_tasks(),
get_server_schedules(),
get_server_user_favorites(),
get_server_users(),
get_server_views(),
get_server_workbooks(),
get_table_assets(),
get_users_in_group(),
query_user_on_site(),
remove_user_from_group(),
run_extract_refresh_task(),
update_data_source_now(),
update_group(),
update_user(),
update_workbook_now()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.