added

Tenable MSSP: Account Groups

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:

EndpointNameDescription
POST /mssp/accountGroupCreate account groupCreates a new account group.
GET /mssp/accountGroupList account groupsReturns a list of account groups.
GET /mssp/accountGroup/{account_group_uuid}Get account group detailsReturns the details for the specified account group.
PATCH /mssp/accountGroup/{account_group_uuid}Update account groupUpdates the specified account group.
DELETE /mssp/accountGroup/{account_group_uuid}Delete account groupDeletes the specified account group in the Tenable MSSP Portal.