EdgeCore version: 4.3.0
Method
GET /public/roles/{roleName}/domainPermissions
Used to retrieve the domain the given role has the permission to manage.
Parameters
Name | Type | Description | Mandatory |
roleName |
string | Name of the role | Yes |
cURL example
curl --location --request GET 'http://localhost:8080/public/roles/Editor/domainPermissions' \ --header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'
Example Response
[ "<MyDomain>" ]
HTTP Response
Code | Status | Description |
200 | OK | The request has succeeded. |