set-user-attributes
Set user attributes in Keycloak by specifying realm, user ID, and attribute key-value pairs. Store organization data like department, role, or custom fields directly on user profiles.
Instructions
Set user attributes (CRITICAL for storing organization data)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| userId | Yes | User ID | |
| attributes | Yes | User attributes (key-value pairs where values are arrays) |