Can i specify separate redirect url for different user after login?

Hey there @akgupta317!

You should be able to accomplish by taking advantage of redirect functionality from within an Action. In particular you will need to introduce logic to act on the event.user.user_id (or similar).

While specific to redirecting based on a user’s roles, the following topic should be useful as a similar approach will apply in your use case:

Hope this helps!