List User Shared Folders
Retrieve the list of shared folders that the specified user has access.
Input
Field | Definition | Type | Required |
---|---|---|---|
User |
|||
ID |
Unique identifier of the user. | Text | TRUE |
Output
Field | Definition | Type |
---|---|---|
Result |
||
Folders |
List of Objects | |
Folder ID |
The unique identifier of the folder. |
Text |
Folder Stream ID |
The unique identifier for the folder stream. It's used to reference the folder in API calls. |
Text |
File Count |
The total number of items in this folder, including sub-folder counts. |
Number |
Name |
The name of the shared folder. |
Text |
File Name |
The actual name of the file or folder within the shared folder. |
Text |
Creation Date |
The date and time when the folder was created. |
Text |
Expiration Date |
The expiration date for the folder. The default date of 9999-12-31 means that there's no expiration date. |
Text |
Description |
An optional text description of the folder's content or purpose. |
Text |
Is Hidden |
If true, the item is hidden. |
True/False |
Path |
The folder's path within the directory structure. |
Text |
Creator First Name |
The first name of the folder creator. |
Text |
Creator Last Name |
The last name of the folder creator. |
Text |
File Size Bytes |
The total file size contained within the folder. File size is measured in bytes. |
Number |
Raw Output |
The raw output returned by the Citrix Share API. |
Object |