MCS Folder Share Collection Update Input

Update the targets that a managed content space folder is shared with.
Root XML tag
<mcsFolderShareCollectionUpdateInputRepresentation>
JSON example
{
"shareWith" : [
    {
    "targetId" : "0Zu000000000001"
    },
    {
    "targetId" : "0Zu000000000002"
    }
    ],
"unshareWith" : ["0Zu000000000003", "0Zu000000000004"]
}
Properties
Name Type Description Required or Optional Available Version
shareWith MCS Folder Share Input[] List of target IDs to share the managed content space folder with.

Supported target IDs are the root folder IDs of workspaces. To get the root folder ID of a space, use the CMS Space resource.

Required if unshareWith isn’t specified 63.0
unshareWith String[] Comma-separated list of target IDs to unshare the managed content space folder with. Required if shareWith isn’t specified 63.0