Hi,

is it a correct and expected behaviour in the group concept,
that the name of the group is not unique,
that means, that it is possible to create a new group with the same name?

The same behaviour occurs in Admin console and via REST API too.

[
    {
        "id": "150a8547-fd3f-4245-ab91-328d8afb83c2",
        "name": "group_tests",
        "path": "/group_tests",
        "subGroups":
        [
        ]
    },
    {
        "id": "bc7969e6-e7c9-4617-b03e-18665293636a",
        "name": "group_tests",
        "path": "/group_tests",
        "subGroups":
        [
        ]
    },
    {
        "id": "5447d305-a47e-4ad9-a29b-f478396accf6",
        "name": "group_tests",
        "path": "/group_tests",
        "subGroups":
        [
        ]
    }
]

Thanks.

Best Regards,
Juraj