ルート・スキーマ: ShareFolderUsersBody
タイプ: object
リクエスト本文では、共有フォルダ・ユーザー取得リクエストの詳細を定義します。 必須の属性はありません。
ソースを表示
- currentOnly(optional): string
指定したフォルダが明示的に共有されているユーザー(true
)、または指定したフォルダにアクセスできるすべてのユーザー(直接またはいずれかの親フォルダfalse
を共有しているか)のみを返します。 このオプションのデフォルト値はfalse
です。
{
"description":"The request body defines details of the get shared folder users request. There are no required attributes.",
"properties":{
"currentOnly":{
"type":"string",
"description":"Return only users with whom the specified folder is shared explicitly (<code>true</code>) or all users who have access to the specified folder whether directly or via sharing of one of the parent folders (<code>false</code>). By default, this option is <code>false</code>."
}
}
}