Class UpdateUserRequest
Class representing an update user request.
See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateUserRequest : TableauServerRequest
Constructors
UpdateUserRequest()
The default parameterless constructor.
Declaration
public UpdateUserRequest()
UpdateUserRequest(string, string?, string?, string?, string?)
Builds the Update request for a user.
Declaration
public UpdateUserRequest(string newSiteRole, string? newfullName = null, string? newEmail = null, string? newPassword = null, string? newAuthSetting = null)
Parameters
Type | Name | Description |
---|---|---|
string | newSiteRole | The new Site Role for the user. |
string | newfullName | (Optional) The new Full Name for the user. |
string | newEmail | (Optional) The new email address for the user. |
string | newPassword | (Optional) The new password for the user. |
string | newAuthSetting | (Optional) The new email Auth Setting for the user. |
Properties
User
Gets or sets the user for the request.
Declaration
public UpdateUserRequest.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
UpdateUserRequest.UserType |