Get user's Public folder
{ getUserPublicRootFolder }
Returns the root public folder 'node' for the specified user.
Method
/API3/content/getUserPublicRootFolder
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
- Basic
Input Parameters
Name
userId
Type
string
Description
The user's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Pyramid Content item object.
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