MCS Folder Share Collection Update Input

Update the targets that a managed content space folder is shared with.
Root XML tag
<mcsFolderShareCollectionUpdateInputRepresentation>
JSON example
1{
2"shareWith" : [
3    {
4    "targetId" : "0Zu000000000001"
5    },
6    {
7    "targetId" : "0Zu000000000002"
8    }
9    ],
10"unshareWith" : ["0Zu000000000003", "0Zu000000000004"]
11}
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