Autodesk Vault ProfessionalVault API

GetGroupsByIds Method

Autodesk.Connectivity.WebServicesAdminService

Gets a set of groups based on their IDs.

Required Permissions

UserRead if logged in user is a member of all the groups. Otherwise AdminUserRead is required.

Syntax

public Group[] GetGroupsByIds(
   System.long[] groupIdArray
)
Public Function GetGroupsByIds( _
   ByVal groupIdArray() As System.Long _
) As Group()

Parameters

NameDescription
groupIdArrayAn array of Group IDs.

Return Value

An array of Group objects.

See Also