🎉 OneTrust 6.11 Released!
December 14th, 2020
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.11.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.11 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
Assessment Automation
- Updated API to include the following new fields:
- Primary Record Name
- Primary Record Number
- Primary Record ID
- Template Name
- Template ID
- Template Root Version ID
- GET /v2/assesssments
Updated API
Universal Consent & Preference Management
- Updated the following APIs to accommodate a maximum of 2,000 data subjects per page with the ability to add parameters to reduce the page size if needed.
- POST /v2/datasubjects/search
Updated API
- GET /v2/datasubjects
Updated API
- POST /v2/datasubjects/search
- Updated API to include the custom preference options that have been selected by the data subject within the response.
- GET /v1/purposes/{purposeId}/datasubjects
Updated API
- GET /v1/purposes/{purposeId}/datasubjects
General
- Added API to update basic user attributes, such as the user’s first name, last name, userType and externalId.
- PATCH /Users/{UserId}
New API
- PATCH /Users/{UserId}
- Updated API to support assigning a role and organization when creating a user.
- POST /Users
Updated API
- POST /Users
- Added API to generate OAuth Access Token using client Id and Client Secret.
- POST /oauth/token
New API
- POST /oauth/token
Article Updates
- Added article on using opaque tokens to authenticate requests.
- Updated article to include the ATTACHMENT and ATTACHMENT_READ scopes.
- OAuth 2.0 Scopes
Updated Article
- OAuth 2.0 Scopes