
Title
Create new category
Edit page index title
Edit category
Edit link
Version 2021.11.2
What's new
Custom attributes in Structures and Groups
Introduced the ability to enable the use of custom attributes for static structures and groups in order to use them as external identifiers for group mapping, or storing additional group information.
Configuration of the custom attributes is performed in a new “Custom attributes” tab, by assigning a code and a name for each of the custom attributes added.
All custom attributes configured on the structure level will appear as additional fields on the “Add/ Edit group” dialog, where they can be assigned values.
Group information on a “need to know” basis
Updated the Admin role capabilities with a new entitlement that allows the configuration of whether a delegated admin is allowed to see all the groups that his managed identities belong to, or only the ones within his scope.
The new configuration was added on the main “Entitlements” tab.
What's improved
Extended API endpoints for managing structures
The API endpoints used for managing structures by users with the correct set of entitlements have been updated to also cater for the newly introduced custom attributes per structure.
Extended API endpoints for managing groups
The API endpoints used for managing groups by users with the correct set of entitlements have been updated to also cater for the newly introduced custom attributes.
Improvements on API endpoints for managing structures and groups
Find group now allows for more search parameters, such as name, code and parentGroup.
Updating an existing structure with a wrong status now returns a 422 error.
Group name is no longer mandatory when updating a group.
What's fixed
Fixed responses on structure/group APIs
We now display a 404 error response instead of 500 when trying to update a structure, but passing a non-existing structureCode.
Changed error response from 400 to 403 when trying to create a group, but the groupCode already exists.
When trying to delete a group that still has members, we are now displaying a 403 message instead of a 500.
Fix on API endpoints for managing structures and groups
Restricted the creation of two groups with the same code.