EdgeCore version: 4.3.10
Method
GET /public/users/{userName}/content
Used to retrieve a list of content that is assigned to a specific user.
Parameters
Name | Type | Description | Mandatory |
userName |
string | Username of the user for whom you want to retrieve the assigned content | Yes
If the domain name is not |
cURL example
curl --location --request GET 'http://localhost:8080/public/users/tom/content' \ --header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'
Example Response
[ "/Content Menu/monthly temp time series", "/System Menu/User/Logout", "/Content Menu/entitlement", "/Content Menu/2 micro charts", "/Content Menu/Food Prices", "/System Menu/System/About", "/System Menu/User/Messages", "/Content Menu/RPA Registering Users", "/System Menu/Content/Provisioning/Users", "/System Menu/Content/Provisioning/Domains", "/System Menu/User/Preferences" ]
HTTP Response
Code | Status | Description |
200 | OK | The request has succeeded. |
404 | Not Found | The user could not be found. |