🎉 OneTrust 6.14 Released!
February 15th, 2021
We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 6.14.
For more information about the release and our product updates in the OneTrust application, refer to the OneTrust 6.14 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
Access Management
- Added API to retrieve a list of user groups from your account.
- GET /user-groups
New API
- GET /user-groups
- Added API to create a user group.
- POST /user-groups
New API
- POST /user-groups
- Added API to update the name and description of a user group.
- PUT /user-groups/{userGroupId}
New API
- PUT /user-groups/{userGroupId}
- Added API to delete a user group.
- Added API to retrieve a list of users that belong to a user group.
- Added API to add users to an existing user group.
- Added API to remove users from a user group.
Article Updates
- Updated article to include overview of the new User Groups API.
- Access Management Overview
Updated Article
- Access Management Overview