Create group
keycloak_group_createCreates a new top-level group in a Keycloak realm using the provided name. Returns a confirmation message with the created group's name.
Instructions
Write operation. Creates a new top-level group in the realm with the given name. Not idempotent: calling it again with the same name creates or attempts another group rather than reusing one. Use keycloak_group_list afterward to obtain the new group's id. Returns a confirmation message containing the created group's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new top-level group, e.g. "engineering". Used verbatim as the group name; must be non-empty. |