how can i access Shared Folder for all users in citrix sharefile?

451 Views Asked by At

How to access Shared folder for all the users in citrix sharefile using either rest api or java sdk??I am able to access my Files and folders for all the users.

1

There are 1 best solutions below

0
On

This is in scala, but you should be able to figure it out.

val sfue = new SFUsersEntity(apiClient)
Future { sfue.getAllSharedFolders().execute().getFeed().asScala.toList }