GetGroupMembers

Description

This service returns a list of users who are members of one or more specified groups.

Arguments

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.

Response

One or more GroupMembersHolder responses are returned. The users are returned in the context of the specified group. For more information, see GroupMembersHolder.

Usage

The <urn:group> parameter uniquely identifies the group.

You must have administrative privileges to execute this call and return results.

Faults

XML

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>