List grantable roles
GET https://{{host}}/identity-management/v3/user-admin/roles/grantable-roles
This operation lists the grantable roles you can include in a new custom role, or add to an existing custom role.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"grantedRoleDescription":"WAF Strict WhiteList","grantedRoleId":2051,"grantedRoleName":"WAF Strict WhiteList"},{"grantedRoleDescription":"Manage License Delivery Configurations","grantedRoleId":1032,"grantedRoleName":"License Delivery Configurations - Manage"},{"grantedRoleDescription":"View Audience Analytics Reports","grantedRoleId":2063,"grantedRoleName":"View Audience Analytics Reports"},{"grantedRoleDescription":"View Real User Monitoring","grantedRoleId":77852,"grantedRoleName":"RealUserMonitoring - View Only"},{"grantedRoleDescription":"Add/Edit/View Enhanced DNS - All privileges","grantedRoleId":32,"grantedRoleName":"Enhanced DNS - All privileges (add/edit/view)"}]