Previous Topic: LinkDomainsToDomainGroupNext Topic: OpenDomainGroupDomainGroupsList


OpenDomainGroupDomainGroupMembersList

The OpenDomainGroupDomainGroupMembersList method opens a list of the domain groups that are members of the given domain group.

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

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 groups are to be listed. The default value is the UUID of the system group “domains” .

DomainGroupPropertiesRequired domainGroupPropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of domain groups that can be passed to GetDomainGroupDomainGroupMembers

xsd:long totalNoOfDomainGroups

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

Remarks

None

More information:

DomainGroupPropertiesRequired