Tenable Security Center API: TES Admin Roles

/tes/role/admin

/tes/role/admin is only available in Tenable Enclave Security
Methods
GET

Get information about the roles an admin user can create

Fields Parameter
Expand

No Allowed Fields

Example Response 
Expand

{
    "type": "regular",
    "response": [
        {
            "id": "1",
            "name": "Administrator",
            "description": "Role defining an administrator of the application"
        },
        {
            "id": "2",
            "name": "Security Manager",
            "description": "The Security Manager role has full access to all actions at the organization level. A Security Manager has the ability to create new groups and manage existing ones. A Security Manager can also define how users interact with other groups.\n\nThe ability to manage other users and their objects can be configured using group permissions on the Access tab of User add\/edit. This includes viewing and stopping running scans and reports."
        },
        {
            "id": "9",
            "name": "Container Security Administrator",
            "description": "Administration access to the Container Security Blade."
        }
    ],
    "error_code": 0,
    "error_msg": "",
    "warnings": [],
    "timestamp": 1723574754
}