EdgeCore version: 4.3.0
Method
GET /public/roles/{roleName}/securityPermissions
Used to retrieve security permissions that are assigned to a given role.
Parameters
Name | Type | Description | Mandatory |
roleName |
string | Name of the role for which you want to retrieve assigned permissions | Yes |
cURL example
curl --location --request GET 'http://localhost:8080/public/roles/Editor/securityPermissions' \ --header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'
Example Response
[ "permission.provisioning.content", "permission.pipeline", "permission.content" ]
HTTP Response
Code | Status | Description |
200 | OK | The request has succeeded. |