SharingPermission Data Type

Sharing permissions

Properties
name data type description
max_role string The maximum role that the user is allowed to grant where sharing an item with another user.

One of NONE, VIEWER, EDITOR, and CONTRIBUTOR.

external boolean Whether or not sharing with external users is allowed.
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.
grant_reshare boolean Whether or not the recipient can reshare an item.

Example

{
  "max_role" : "...",
  "external" : true,
  "internal" : true,
  "public" : true,
  "public_link" : true,
  "grant_reshare" : true
}