folderSharingOptions element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<folderSharingOptions>
<users>...</users>
<users>...</users>
<!--...more "users" elements...-->
<shareRights>...</shareRights>
<notifications>...</notifications>
<ownerNotifications>...</ownerNotifications>
<showCollaboratorsToAll>...</showCollaboratorsToAll>
</folderSharingOptions>
Example JSON
{
"users" : [ "...", ... ],
"shareRights" : ...,
"notifications" : ...,
"ownerNotifications" : ...,
"showCollaboratorsToAll" : false
}