Autodesk Vault ProfessionalVault API

AddGroupRole Method

Autodesk.Connectivity.WebServicesAdminService

Adds a role to a group.

Required Permissions

UserAssignRole

Syntax

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

Parameters

NameDescription
groupIdThe ID of the Group.
roleIdThe ID of the Role.

See Also