Autodesk Vault ProfessionalVault API

GetGroupById Method

Autodesk.Connectivity.WebServicesAdminService

Gets a group by its ID.

Required Permissions

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

Syntax

public Group GetGroupById(
   System.long groupId
)
Public Function GetGroupById( _
   ByVal groupId As System.Long _
) As Group

Parameters

NameDescription
groupIdThe ID of the group.

Return Value

The group object.

See Also