Previous Topic: GetUnitGroupUserAccountMembersNext Topic: LinkComputersToUnitGroup


GetUnitGroupUserProfileMembers

The GetUnitGroupUserProfileMembers method retrieves the user profiles 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 OpenUnitGroupUserProfileMembersList.

xsd:long noOfUserProfiles (m)

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

Return Values

ArrayOfUserProfileProperties GetUnitGroupUserProfileMembersReturn

An array of UserProfileProperties - one for each user profile requested from the list

Remarks

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

More information:

UserProfileProperties