LinkVaultAccountToUser Method
Associates a Vault account and password with the user by userId. Can be used to reset Vault account password for the user.
Required Permissions
AdminUserUpdateSyntax
public void LinkVaultAccountToUser(
System.long userId,
System.string accountName,
System.string password,
System.bool isActive
)Public Sub LinkVaultAccountToUser( _
ByVal userId As System.Long, _
ByVal accountName As System.String, _
ByVal password As System.String, _
ByVal isActive As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| userId | The ID of the user. |
| accountName | The Vault account name. |
| password | The Vault account initial password |
| isActive | The account enabled/active parameter. |