LinkActiveDirAccountToUser Method
Associates an active directory account with the user by userId.
Required Permissions
AdminUserUpdateSyntax
public void LinkActiveDirAccountToUser(
System.long userId,
System.string accountName,
System.string accountEmail,
System.bool isActive
)Public Sub LinkActiveDirAccountToUser( _
ByVal userId As System.Long, _
ByVal accountName As System.String, _
ByVal accountEmail As System.String, _
ByVal isActive As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| userId | The ID of the user. |
| accountName | The active directory account name. |
| accountEmail | The active directory account email. |
| isActive | The account enabled/active parameter. |