@minilpiyukson21 You can use community API v2 to find all the data related to ranks like color, icons, bold font, etc to build your own custom component SELECT rank FROM users WHERE id = '8' But I would recommend using a non-contract component in your custom component to fetch user details if it fits well in your requirement. <@component id="common.widget.user-name" user="conv:5" />
or
<@component id="common.widget.user-name" user="conv:username" />
... View more