Previous Topic: OpenUnitGroupUnitGroupMembersListNext Topic: OpenUnitGroupUserAccountMembersList


OpenUnitGroupUnitMembersList

The OpenUnitGroupUnitMembersList method opens a list of the units (user accounts, user profiles, and computers) that are members of the given unit group.

The method returns the total number of units in the list, and a handle to the list that can be used for further calls to GetUnitGroupUnitMembers

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string unitGroupId (m)

The UUID of the unit group whose member units are to be listed.

ArrayOfUnitPropertyFilter unitPropertyFilters

An array of unit property filter definitions to limit the units returned by the search.

UnitPropertiesRequired unitPropertiesRequired (m)

The properties that will be required when getting a unit from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of units that can be passed to GetUnitGroupUnitMembers

xsd:long totalNoOfUnits

The total number of units in the list whose handle has been returned.

Remarks

None

More information:

UnitPropertiesRequired

UnitPropertyFilter