You can grant a single identity with administrative permission access to a specific document in their home directory.
<?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="urn:ietf:params:xml:ns:common-policy"> <rule id="admin"> <conditions> <identity> <one id="sip:bob.cool@us.example.com" /> </identity> </conditions> </rule> </ruleset>
The authorization policy document must be created with the exact XCAP URI as the original resource-lists document, except that the AUID is substituted with the access control list (ACL) AUID: com.ibm.resource-lists-acls.
http://xdms.example.com:9080/services/com.ibm.resource-lists-acls/users/sip:john.doe@us.example.com/buddylist.xml
This defines the authorization policy document that grants administrative access to Bob for the corresponding buddy list document that is stored in the resource-lists AUID.
Create or edit an XDM policy document and post it to the XDMS.