Summary:
Modifies an existing group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
The |
|
|
|
|
|
|
|
The new group information. Includes the name and the group attributes. The attribute values can be added, deleted, or replaced based on the specified operation type. See |
|
|
|
|
|
Returns:
OK/Errors.
Example:
The following example modifies the description
attribute value of the specified group.
Input
<packet version="4.0.0">
<target>authm</target>
<data>
<authm>
<edit_group>
<name>VGVzdF9Hcm91cA==</name>
<realm>3e761571-6607-1344-a064-a42679da8ed9</realm>
<group>
<data>
<mod>
<type>description</type>
<value>VGhpcyBpcyBhIG5ldyBkZXNjcmlwdGlvbg==</value>
<op>2</op>
</mod>
</data>
</group>
</edit_group>
</authm>
</data>
</packet>
Output
<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/authm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="11c460a9dc5t2ea6r350" time="2007-03-21T13:10:28+0000" priority="0" version="4.0.0">
<ns1:origin>authm</ns1:origin>
<ns1:target>vzclient8</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:authm>
<ns1:ok/>
</ns2:authm>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>