Previous Topic: GetDomainGroupDomainGroupMembersNext Topic: LinkDomainGroupsToDomainGroup


GetDomainGroupDomainMembers

The GetDomainGroupDomainMembers method retrieves the domains from a domain group's member list.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd:long listHandle (m)

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

xsd:long fromIndex

Index from where to list the domains.

xsd:long noOfDomains (m)

The total number of domains to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenDomainGroupDomainMembersList.

Return Values

ArrayofDomainProperties

Remarks

None