Previous Topic: OpenUnitGroupUnitMembersListNext Topic: OpenUnitGroupUserProfileMembersList


OpenUnitGroupUserAccountMembersList

The OpenUnitGroupUserAccountMembersList method opens a list of the user accounts that are members of the given unit group.

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

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string unitGroupId (m)

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

ArrayOfUserAccountPropertyFilter userAccountPropertyFilters (m)

An array of user account property filter definitions to limit the user accounts returned by the search.

UserAccountPropertiesRequired userAccountPropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of unit groups that can be passed to GetUnitGroupUserAccountMembers

xsd:long totalNoOfUserAccounts

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

Remarks

None

More information:

UserAccountPropertiesRequired

UserAccountPropertyFilter