UserService Notifications
# help-with-umbraco
a
Is there such a thing? I want to listen in to Users being created or updated
k
i think you should be able to listen to the
UserSavedNotification
e.g
Copy code
cs
builder.AddNotificationAsyncHandler<UserSavedNotification, UserSavedNotificationHandler>();
a
Thanks Kevin! I'll take a look
13 Views