Share via


updateGroup Element

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="string value"></updateGroup>

Attributes

Attribute

Data Type

Description

rid

String

Request Id. This is a string value assigned by the Unified Communications client. 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

Occurrences

Description

group

1 or more

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.

Note

The contact group with the name of "~" must not be renamed. This is a contact group created by Office Communicator to hold all contacts not assigned to user-defined groups. Renaming this group causes unstable behavior in the Office Communicator UI. Distribution groups cannot be renamed. Group names must be unique.

Examples

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

See Also

Concepts

addGroup Element

deleteGroup Element