API users (technical users) used displayName property for their description. A new description property has been introduced to hold the description for API users. During this refactoring the internalName property was renamed to username, because it represents the Bosch IoT Insights wide unique username.
The name property was removed, because it was confusing which name was meant.
Breaking changes:
- Create API user endpoint, does not accept
displayNameanymore, now the property is nameddescription - Filtering for audit log and other user referenced can’t be done by description of the API users, but by their
username/displayName.
Deprecated usages:
- User Management API to get users:
- Replaced
nameproperty withdisplayName - Replaced
internalNameproperty withusername - New property
descriptioncontains now what was indisplayNamefor API users
- Replaced
- Placeholders or references should be updated:
insights.user.internalNametoinsights.user.username - Placeholders or references should be updated:
insights.user.nametoinsights.user.displayName
Find more information in Users how-to guide.
