Adds users from a specific company to a specific group.
Syntax
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
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.
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.