Previous Topic: FindDomainNext Topic: GetDomain


FindDomainGroup

The FindDomainGroup method finds a domain group unit given its name.

Parameters

xsd:string sessionId (m)

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

xsd:string domainGroupName (m)

The domain group name to search for. This may contain wildcard characters (*).

Xsd:long noOfDomainGroups

The number of domain groups that should be returned from the search if more than one match is found.

DomainGroupPropertiesRequired domainGroupPropertiesRequired

Specifies which domain group properties to retrieve. Mandatory if noOfDomains is greater than 0.

Return Values

ArrayOfDomainGroupProperties arrayOfDomainGroupProperties

An array of domain group properties structures, one for each domain group matched by the search. This array will either be of the size of the number of domain groups matched by the search, or of the number of domain groups requested by the method call - whichever size is the lowest.

xsd:long totalNoOfDomainGroupsFound

The total number of domain groups that were matched by the search. You can use this to indicate that there were more matches found than the requested number of domain groups.

Remarks

The method supports wildcard pattern matching for the domain group name. The name is case insensitive.

More information:

DomainGroupPropertiesRequired