Previous Topic: GetUnitGroupUnitMembersNext Topic: GetUnitGroupUserProfileMembers


GetUnitGroupUserAccountMembers

The GetUnitGroupUserAccountMembers method retrieves the user accounts (computers, user accounts and user profile) from a unit group's member list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitGroupUserAccountMembersList.

xsd:long noOfUserAccounts (m)

The total number of user accounts to get from the list. This is than or equal to the total number in the list returned by a previous call to OpenUnitGroupUserAccountMembersList.

Return Values

ArrayOfUserAccountProperties GetUnitGroupUserAccountMembersReturn

An array of UserAccountProperties - one for each user account requested from the list.

Remarks

You can make multiple calls to GetUnitGroupUserAccountMembers to iterate down the list.

More information:

UserAccountProperties