Sharing permissions
| name | data type | description |
|---|---|---|
| external | boolean | Whether or not sharing with external users is allowed. |
| internal | boolean | Whether or not sharing with internal users is allowed. |
| all_internal | boolean | Whether or not sharing with the All Internal Users group is allowed. |
| all_external | boolean | Whether or not sharing with the All External Users group is allowed. |
| public | boolean | Whether or not making an item public is allowed.. |
| public_link | boolean | Whether or not sharing via a public link is allowed. |
| grant_reshare | boolean | Whether or not the recipient can reshare an item. |
Example
{
"external" : true,
"internal" : true,
"all_internal" : true,
"all_external" : true,
"public" : true,
"public_link" : true,
"grant_reshare" : true
}