update_user {vvtableau}R Documentation

Update User

Description

Modifies information about the specified user.

Usage

update_user(
  tableau,
  user_id,
  fullName = NULL,
  email = NULL,
  password = NULL,
  siteRole,
  authSetting = NULL,
  api_version = 3.19
)

Arguments

tableau

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

user_id

The ID of the user to update.

fullName

The new name for the user (optional).

email

The new email address for the user (optional).

password

The new password for the user (optional).

siteRole

The new site role to assign to the user.

authSetting

The authentication type for the user (optional).

api_version

The API version to use (default: 3.19).

Value

TRUE if the operation was successful, FALSE otherwise.

See Also

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_pdf(), download_workbooks_server_powerpoint(), download_workbooks_server(), 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(), remove_user_from_site(), run_extract_refresh_task(), update_data_source_now(), update_group(), update_workbook_now()


[Package vvtableau version 0.6.0 Index]