Previous page

Next page

Locate page in Contents

Print this page

edit_group

Summary:

Modifies an existing group.

Request specification:

Name

Min/Max

Type

Description

edit_group

1..1

auth_nameType

The auth_nameType portion of the request specification is used to specify the name/domain/realm information about the group that you would like to modify.

{

 

 

 

group

1..1

sp_modType

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 sp_modType for details.

}

 

 

 

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>

Please send us your feedback on this help page