Previous Topic: OpenDomainGroupDomainGroupsListNext Topic: SetDomainGroup


More Information:

DomainPropertiesRequired

OpenDomainGroupDomainMembersList

The OpenDomainGroupDomainMembersList method opens a list of the domains that are members of the given domain group.

The method returns the total number of domains in the list, and a handle to the list that you can use for further calls to GetDomainGroupDomainMembers.

Parameters

xsd:string sessionId (m)

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

xsd:string domainGroupId

The UUID of the domain group whose member domains are to be listed.

Note: If this parameter is not supplied then the system group “All domains” UUID will be taken.

ArrayOfDomainPropertyFilter domainPropertyFilters

An array of domain property filter definitions to limit the domains returned by the search.

DomainPropertiesRequired domainPropertiesRequired (m)

The properties that are required when getting a domain from the list.

Return Values

xsd:long openListHandle

A numeric handle to a list of domains that can be passed to GetDomainGroupDomainMembers

xsd:long totalNoOfDomains

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

Remarks

None