Function list_file_members_batch

Source
pub fn list_file_members_batch<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a ListFileMembersBatchArg,
) -> impl Future<Output = Result<Vec<ListFileMembersBatchResult>, Error<SharingUserError>>> + Send + 'a
Available on crate features async_routes and 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.