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