Function dropbox_sdk::sharing::list_file_members_batch
source · [−]pub fn list_file_members_batch(
client: &impl UserAuthClient,
arg: &ListFileMembersBatchArg
) -> Result<Result<Vec<ListFileMembersBatchResult>, SharingUserError>>Available on crate feature
dbx_sharing only.Expand description
Get members of multiple files at once. The arguments to this route are more limited, and the limit on query result size per file is more strict. To customize the results more, use the individual file endpoint. Inherited users and groups are not included in the result, and permissions are not returned for this endpoint.