addGroupMembers
Adds users from a specific company to a specific group.
Syntax
Authorized User Types
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Parameters
Input (addGroupMembersParam)
Name
Type
Required
Description
companyHandle
xsd:string
Yes
The handle to the company.
groupHandle
xsd:string
Yes
The group handle.
userHandleArray
types:HandleArray
Yes
An array of handles to users who you want to add to a group.
Output (addGroupMembersParam)
The IPS API does not return a response for this operation.
Examples
This example uses addGroupMembersParam to add a user to a single company. The IPS API does not return a response for this operation.
Request
<ns1:addGroupMembersParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:companyHandle>47</ns1:companyHandle>
<ns1:groupHandle>225</ns1:groupHandle>
<ns1:userHandleArray><ns1:items>70|kmagnusson@adobe.com</ns1:items></ns1:userHandleArray>
</ns1:addGroupMembersParam>
Response
None.
4e9b9d8c-5839-4215-aa35-01b652869681