filesSharedWithUser

open fun filesSharedWithUser(userId: String, pageNum: Integer): RestRequest

Build a Request that can fetch a page from the list of files that have been shared with the user.

Return

A new RestRequest that can be used to fetch this data.

Parameters

userId

If null the context user is used, otherwise it should be an Id of a user.

pageNum

If null fetches the first page, otherwise fetches the specified page.