I wanted to modify the group attributes in a particular realm using keycloak APIs. How can I dot it, without creating a new user/existing user credentials as part of master realm.
Any user with the manage-groups role in that realm will be able to use the Admin API to modify group attributes.
@xgp isn’t manage-group role available only in master realm. If I don’t have access to master realm, then what will I do?
@xgp this approach works. Another approach I found is using a client credential as grant-type with a Service account will also give me access to generating tokens
