🎉 OneTrust 6.18 Released!
May 7th, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.18.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.18 Release Notes page. Learn more about environment maintenance on the Current and Historic Maintenance page, and subscribe to proactive environment notifications on our System Status and Scheduled Maintenance page.
API Updates
Privacy Rights (DSAR)
- Updated API endpoint to include
IgnoreUserRequest
parameter to only retrieve requests for a particular organization and user. This value is set to false by default.- GET /v2/requestqueues/{language}
Updated API
- GET /v2/requestqueues/{language}
Universal Consent & Preference Management
- Added API endpoint to retire an Active version of a Purpose. The retirement date can be scheduled in advance by passing the necessary date as a query parameter. By default, this date must be a minimum of one day in advance.
- Updated API endpoint to include the includeCustomPreferences and includeTopics query parameters, which allows you to select whether to include these details within the response.
- GET /v2/purposes
Updated API
- GET /v2/purposes
- Updated API to include the updatedSince query parameter, which allows you to retrieve only data subject profiles that have been updated during the defined date range within the response.
- GET /v1/datasubjects/profiles
Updated API
- GET /v1/datasubjects/profiles
General
- Added API to retrieve the login history for an individual user or all users in the account.
- GET /login-history
New API
- GET /login-history
- Updated the following APIs to support updating the title, employeeNumber, department, division and manager attributes.
- PUT /Users/{id}
Updated API
- PATCH /Users/{id}
Updated API
- PUT /Users/{id}
Article Updates
General
- Updated article to include overview of the new Audit > Login History API.
- Access Management Overview
Updated Article
- Access Management Overview