Hi @pedrodecarvalh ,
I am afraid you cant view the current web role as a field. Instead on your home page or any other page.
Possibly at the header or footer, you can add the following liquid tag which will show you what is the current web role of the users.
{{user.roles}} or
<span><strong>{{user.roles[0]}}<span>, </span>{{user.roles[1]}}</strong></span>
Output:

Hope it helps.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.