Gets the users that belong to a specific company and group.
Syntax
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Input (getGroupMembersParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle to the company. |
groupHandle | xsd:string |
The handle to the group. |
Output (getGroupMembersReturn)
Name | Type | Required | Description |
---|---|---|---|
userHandleArray | type:HandleArray |
Yes | An array of user handles. |
This code sample returns a user handle array containing all users that belong to a specific group.
Request
<ns1:getGroupMembersParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:companyHandle>47</ns1:companyHandle>
<ns1:groupHandle>225</ns1:groupHandle>
</ns1:getGroupMembersParam>
Response
<getGroupMembersReturn xmlns="http://www.scene7.com/IpsApi/xsd">
<userHandleArray>
<items>70|kmagnusson@adobe.com</items>
</userHandleArray>
</getGroupMembersReturn>