Seperate User Role Management

I need to provide user role management for seperate teams but i handled this via backend but they need to sign out and sign in to know the change. How to handle cache invalidation.

The API simulates user permissions, but users must refresh the browser or log in again before the “switch role” option appears in the upper right corner of the system.

1 Like

Thank You