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