Cisco Unified Presence APIs Developer Forums

« Back to SOAP API

Create/Remove contact groups

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
With reference to the developer guide (http://developer.cisco.com/c/document_library/get_file?p_l_id=2000272&groupId=1999033&folderId=2007877&name=DLFE-26715.pdf)
 
I am able to add Contact using the following SOAP body
(<soapenv:Body>
<add-contact>
<group name="work">
<persona-id index="200" display-on-phone="false" nickname="user2
nickname">soapuser2</persona-id>
<persona-id nickname="user3's nickname">soapuser3</persona-id>
<persona-id display-on-phone="true">soapuser4</persona-id>
<persona-id index="-1">soapuser5</persona-id>
<persona-id>nonexisting</persona-id>
</group>)
 
A new group will automatically be created if the group
name specified in this add-contact request does not already exist.
 
Is there anyway to create/ remove a contact group using CUP API?
 
Cheers.