Autodesk Vault ProfessionalVault API

AddUserRole Method

Autodesk.Connectivity.WebServicesAdminService

Associates a user with a role.

Required Permissions

UserAssignRole

Syntax

public void AddUserRole(
   System.long userId,
   System.long roleId
)
Public Sub AddUserRole( _
   ByVal userId As System.Long, _
   ByVal roleId As System.Long _
) 

Parameters

NameDescription
userIdThe ID of the user.
roleIdThe ID of the role.

Return Value

Nothing.

See Also