Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Administrative Calls → GetGroupMembers
This service returns a list of users who are members of one or more specified groups.
| Argument | Type | Description | 
|---|---|---|
| auth (optional) | Auth | The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead. | 
| group | GroupIdentifierEx | Used to specify one or more group identifiers. | 
One or more GroupMembersHolder responses are returned. The users are returned in the context of the specified group. For more information, see GroupMembersHolder.
The <urn:group> parameter uniquely identifies the group.
You must have administrative privileges to execute this call and return results.
The following XML is a snippet of the payload that is sent with GetGroupMembers.
<urn:GetGroupMembers>
    <urn:auth>
        <urn:userId>bill</urn:userId>
        <urn:password></urn:password>
        <urn:hostname></urn:hostname>
    </urn:auth>
    <urn:group>
        <urn:id>
            <urn:displayName>IDM Manager</urn:displayName>
        </urn:id>
    </urn:group>
</urn:GetGroupMembers>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.