action keycloak_get_realm_user_storage_id_name { label: "Need this for admin console to display simple name of provider when displaying user detail KEYCLOAK-4328" provider: keycloak method: GET path: "/{realm}/user-storage/{id}/name" encoding: json output: { type: "object" additionalProperties: true } }