update-organization
Update an existing organization in Keycloak by providing the realm and organization ID, with optional fields to modify its name, enabled status, attributes, or description.
Instructions
Update an existing organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Organization name | |
| orgId | Yes | Organization ID | |
| realm | Yes | Realm name | |
| enabled | No | Organization enabled status | |
| attributes | No | Organization attributes | |
| description | No | Organization description |