deleteMember 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.

Removes a set of users to a pre-defined presence-level container.

Syntax

<deleteMember type="string value" value="SIP Uri formatted string" /> 

Attributes

Attribute

Data Type

Description

type

string

The type of URI. This can be one of uri | domain | sameEnterprise | federated | publicCloud | everyone. This is a required attribute.

value

xs:anyUri

The uri indicated the Access Control Entry (ACE). This is a required attribute.

Enumerations of type attribute

Possible Value

Description

uri

A single user.

everyone

The most general category. This assigns all user contacts to the container containing the addMember element.

domain

All users from this domain are assigned as members of the parent container element. The value for domain can be any Fully Qualified Domain Name (FQDN). Communicator Web Access server will match this to the SIP URI of the individual that wants to view the users presence.

sameEnterprise

All users in the same enterprise (company) are assigned to the parent container element.

publicCloud

Users of other IM systems complying to the industry standard that allows other IM systems to interoperate with Unified Communications.

federated

Users from federated companies.

Element Information

Parent Element

Element

Description

container

This multi-use element can be used to request the addition or removal of contacts from a given presence-level access container.

Remarks

The deleteMember element specifies the user or group of users to be deleted from the parent container. The type attribute determines the size of the user group to be added.

Examples

In this example, the logged-on user has chosen to remove Jay A. from the private presence-level container. By default, Jay A. is a member of the logged-on users public presence-level category after the Communicator Web Access server deletes this user.

<container id="400">
   <deleteMember type="uri" value="sip:jay@contoso.com"/>
</container>

See Also

Concepts

addMember Element

container Element

Publishing and Subscribing to Presence