updateGroup Request

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Updates the contact groups in the aggregation.

Syntax

<updateGroup rid="6">
   <group id="2" name="Friends"/>
</updateGroup>

The following sections describe attributes, parent elements, and child elements.

Attributes

Attribute

Data Type

Description

rid

String

Represents the client-assigned instance ID for this request. This is a required attribute.

Element Information

Parent Element

Element

Description

cwaRequests

Contains one or more methods that a Unified Communications AJAX API Client sends to a Communicator Web Access Server.

Child Elements

Element

Occurrence

Description

group

1

A user-defined aggregation of contacts.

Remarks

This request allows the Unified Communications AJAX API Client application to change the name of a contact group. Each group to be updated must be enclosed in its own updateGroup request.

Examples

XML example of the request

<updateGroup rid="100">
   <group id="3" name="family"/>
</updateGroup>

See Also

Concepts

addGroup Element

deleteGroup Element