Constellation Portal Designing

Hi everyone,
I have a task where I need to edit the end user’s profile icon.
Generally, when an end user clicks the profile icon the logoff option will be shown right, Similarly I need to add another option which when clicked should open a view that contains info about that particular user.
Is there any way to achieve this requirement. If not is there any other way that the view can be shown to the user. And also, I would prefer not to use the landing Page for this.

This how the section pop-ups in Traditional UI:

I want the user to access this from the profile Icon in Constellation:

Has anyone implemented this before or have any ideas on the best approach? Any guidance, examples, or documentation you can share would be greatly appreciated.

The Operator profile menu is generated with “pzProfileMenu” navigation rule but this is a final rule, so you will not be able to make any changes to it.

However, You have an existing “Profile” option available which you can check out. There it is displaying complete information for that operator profile. Also, the associated stream rule you can customize in your application ruleset stack if required.

Thanks For the response. will Try it out.