I am updating a user profile using admin api. But keycloak doesnt trigger the UPDATE_PROFILE event for the custom rest API that i have created.
If you’ve written a custom rest API I suggest you take a look at org.keycloak.services.resources.RealmsResource in the Keycloak git repo. Take a look at how the EventBuilder is used there.
1 Like
Thanks !!! It worked!