Autodesk Vault ProfessionalVault API

GetAllGroups Method

Autodesk.Connectivity.WebServicesAdminService

Gets a list of all Groups on the server.

Required Permissions

AdminUserRead

Syntax

public Group[] GetAllGroups()
Public Function GetAllGroups() As Group()

Return Value

A list of all the Groups.

See Also