Autodesk Vault ProfessionalVault API

DeleteGroupRole Method

Autodesk.Connectivity.WebServicesAdminService

Removes a Role from a Group.

Required Permissions

UserAssignRole

Syntax

public void DeleteGroupRole(
   System.long groupId,
   System.long roleId
)
Public Sub DeleteGroupRole( _
   ByVal groupId As System.Long, _
   ByVal roleId As System.Long _
) 

Parameters

NameDescription
groupIdThe ID of a group.
roleIdThe ID of a role.

See Also