filesInUsersGroups

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

Build a Request that can fetch a page from the list of files from groups that the user is a member of.

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.