Get user's Group folder
{ getUserGroupRootFolder }
Returns the root work-group folder 'node' for the specified user.
Method
/API3/content/getUserGroupRootFolder
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
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