Autodesk Vault ProfessionalVault API

GetMemberUsersByGroupId Method

Autodesk.Connectivity.WebServicesAdminService

Gets all the immediate child Users of the given Group.

Required Permissions

AdminUserRead

Syntax

public User[] GetMemberUsersByGroupId(
   System.long groupId
)
Public Function GetMemberUsersByGroupId( _
   ByVal groupId As System.Long _
) As User()

Parameters

NameDescription
groupIdThe ID of the Group.

Return Value

An array of all immediate child Users.

See Also