Autodesk Vault ProfessionalVault API

DeleteUserRole Method

Autodesk.Connectivity.WebServicesAdminService

Removes a role from a user.

Required Permissions

UserAssignRole

Syntax

public void DeleteUserRole(
   System.long userId,
   System.long roleId
)
Public Sub DeleteUserRole( _
   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