Previous Topic: OpenDomainGroupDomainGroupMembersListNext Topic: OpenDomainGroupDomainMembersList


OpenDomainGroupDomainGroupsList

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 can be used for further calls to GetDomainGroupDomainMembers.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string domainGroupId (m)

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 will be 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

More information:

DomainPropertiesRequired