Autodesk Vault ProfessionalVault API

DeleteUserFromGroup Method

Autodesk.Connectivity.WebServicesAdminService

Deletes a User from a Group.

Required Permissions

UserCreate

Syntax

public void DeleteUserFromGroup(
   System.long userId,
   System.long parentGroupId
)
Public Sub DeleteUserFromGroup( _
   ByVal userId As System.Long, _
   ByVal parentGroupId As System.Long _
) 

Parameters

NameDescription
userIdThe ID of the User.
parentGroupIdThe ID of the Group.

See Also