Changelog

All notable changes are documented in this changelog.

2025-06-09

Renamed Permissions

Some of the permissions names have been changed to be more consistent and descriptive. There is no effect on existing API keys. We're providing a list of the changes to make it easier to update any documentation that might have referreed to the old names.

Assets

Old NameNew Name
Asset inventoryList Assets
Add assetCreate Asset

Company Settings

Old NameNew Name
List company infoGet Company Settings

Connections

Old NameNew Name
Get managed connectionsList Connections
Manage infrastructure accountsManage Infrastructure User Identities
Manage version control accountsManage Version Control User Identities

Controls

Old NameNew Name
Control detailsGet Control
Download control evidenceDownload All Control evidence
Controls listList Controls
Delete a Control NoteDelete Control Note
Get Controls NotesGet Control Note
Add a Control NoteCreate Control Note
Modify a Control NoteUpdate Control Note
Add controlCreate Control
Control ownersManage Control Owners
Update control infoUpdate Control

Custom Connections Data

Old NameNew Name
Add DataCreate Data
Update DataCreate and Update Data

Customer Request

Old NameNew Name
Get Customer RequestsGet Customer Request
Update Customer Request DetailsUpdate Customer Request

Devices

Old NameNew Name
Delete devicesDelete Device
Get devicesList Devices
Create devicesCreate Device

Event Tracking

Old NameNew Name
Event detailsGet Event
Events listList Events

Evidence Library

Old NameNew Name
Add EvidenceCreate Evidence

Monitoring

Old NameNew Name
Monitor detailsGet Monitor
Monitor listList Monitors
Test nowTrigger Monitor Test

Personnel

Old NameNew Name
Personnel background checkCreate Background Check
Personnel detailsGet Personnel
Personnel listList Personnel
Set hire and separation datesUpdate Personnel's Hire and Separation Dates
Set Employment StatusUpdate Personnel's Employment Status
Reset Personnels IdP/HRIS SyncReset Personnel's IdP/HRIS Sync Status

Policies

Old NameNew Name
Policy VersionGet Policy Version

Questionnaires

Old NameNew Name
List questionnaires answers by vendorList Questionnaire Answers by Vendor

Risk Management

Old NameNew Name
Risk detailsGet Risk
Risk registerList Risks
Edit risk detailsUpdate Risk
Add riskCreate Risk

Roles

Old NameNew Name
Role detailsGet Role
Role listList Roles

Trust Center Pro -> Trust Center

Old NameNew Name
Continuous monitoring detailsList Monitoring Controls
Get list of private documents in Trust CenterList Private Documents
Create a requestCreate Access Request
NDA settingsManage NDA Settings
Approve or deny access requestManage Access Request

User Identities

Old NameNew Name
Permission to read all of user identitiesList User Identities
Permission to delete an user identityDelete User Identity
Permission to read an user identityGet User Identity
Permission to add an user identityCreate User Identity
Permission to update an user identityUpdate User Identity

User Policies

Old NameNew Name
User policiesList User's Assigned Policies

Users

Old NameNew Name
User detailsGet User
Remove user evidenceDelete User Document
User documents by typeList User Documents
User evidence downloadDownload User Document
User listList Users
User complianceCreate User Document

Vendors

Old NameNew Name
Vendor questionnaire statusList Vendor Questionnaire
Vendors statisticsGet Vendors Statistics
Vendor detailsGet Vendor
Vendor directoryList Vendors
Update vendor statusUpdate Vendor's Status
Upload report to vendorUpload Vendor Report
Create a security reviewCreate Security Review
Add vendorCreate Vendor
Update vendor detailsUpdate Vendor

2024-09-24

Removed

Removed Properties

  • DeviceResponsePublicDto.admins
  • DeviceResponsePublicDto.memory
  • DeviceResponsePublicDto.processor
  • DeviceResponsePublicDto.hddSize
  • DeviceResponsePublicDto.graphics
  • PersonnelDetailsResponsePublicDto.admins
  • PersonnelDetailsResponsePublicDto.memory
  • PersonnelDetailsResponsePublicDto.processor
  • PersonnelDetailsResponsePublicDto.hddSize
  • PersonnelDetailsResponsePublicDto.graphics

Affected Endpoints

RequestEndpoint
POST/background-check/{userId}/manual
POST/assets
GET/personnel/{id}
GET/personnel/{email}/email
PUT/personnel/{id}/contract-dates
PUT/personnel/{id}/status
PUT/personnel/reset-sync/{personnelId}
DELETE/assets/{id}

2024-09-06

Below is the route that was added to the Open API:

Added

  • Trust Center Pro endpoint for retrieving Trust Center usage data.
Request
GET /public/trust-center/reports

2023-08-24

Changed

  • Reports & Docs was updated to Evidence Library in the Drata web app.

Below are the routes that were updated for the Open API:

RequestOldNew
GET/public/workspaces/{workspaceId}/reports/public/workspaces/{workspaceId}/evidence-library
POST/public/workspaces/{workspaceId}/reports/public/workspaces/{workspaceId}/evidence-library
PUT/public/workspaces/{workspaceId}/reports/{id}/public/workspaces/{workspaceId}/evidence-library/{id}
DELETE/public/workspaces/{workspaceId}/reports/{id}/public/workspaces/{workspaceId}/evidence-library/{id}