added
Tenable MSSP: Account Groups
10 days ago by Lance Duvall
Documentation is now available for new endpoints added to the Tenable Managed Security Service Provider (MSSP) API. The new endpoints enable customers to create and manage account groups in the Tenable MSSP Portal. For more information about account groups, see Create an Account Group in the Tenable Managed Security Service Provider (MSSP) User Guide.
The new endpoints are described in the following table:
Endpoint | Name | Description |
---|---|---|
POST /mssp/accountGroup | Create account group | Creates a new account group. |
GET /mssp/accountGroup | List account groups | Returns a list of account groups. |
GET /mssp/accountGroup/{account_group_uuid} | Get account group details | Returns the details for the specified account group. |
PATCH /mssp/accountGroup/{account_group_uuid} | Update account group | Updates the specified account group. |
DELETE /mssp/accountGroup/{account_group_uuid} | Delete account group | Deletes the specified account group in the Tenable MSSP Portal. |