Print out specific user profile only

I want to get actual-profile name of specific user only.
I tried

 /tool user-manager user print where username="test"

but it gives lots of details,
I want to print only the PROFILE name user “test” is belonged to
like

512k

how can I get this value? without any other details.

got it :smiley:

:put [/tool user-manager user get value-name=actual-profile  number="test"]]