Get a User's Private Folder
{ getPrivateFolderForUser }
Gets the private root folder for the specified user.
Method
/API3/content/getPrivateFolderForUser
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
Input Parameters
Name
userId
Type
string
Description
The user folder ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Pyramid Content item object.
Notes
This retruns the 'My Content Folder' for the user.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP