Lists all possible user permissions that you can use.
The request produces an application/json
payload.
GET |
|
To execute this request, you need the Allow read access for environment resources (account-env-read
) scope assigned to your token. To learn how to obtain and use it, see Authentication.
The request doesn't provide any configurable parameters.
ResponseBody
objectPermissionDto
objectThe ID of the permission.
The display name of the permission.
[{"id": "string","description": "string"}]
In this example, the request lists all permissions that are available in the account with the UUID of 9ad20784-76c6-4167-bfba-9b0d8d72a71d. The result is truncated to three entries.
curl --request GET \--url https://api.dynatrace.com/ref/v1/account/permissions \--header 'Authorization: Bearer abcdefjhij1234567890'
https://api.dynatrace.com/ref/v1/account/permissions
[{"id": "account-user-management","description": "Manage users"},{"id": "tenant-manage-settings","description": "Change monitoring settings"},{"id": "tenant-view-sensitive-request-data","description": "View sensitive request data"}]
200