We need to be alerted in real time when a user is being added/updated/deleted as we need to know his role/inventory roles assigned to him.
I m looking at the real time notification and it does not seem we can subscribe to the User api correct?
What would be the best way to be alerted when a change occurs to a user then please? I dont want to do a polling every X min as this is not a proper real time mechanism.
I dont know if it s possible to extend the Administration app and “bypass” the Save user button so it calls a custom microservice endpoint for example.