Global variables and Teams variables

Is there a way to get team.id of an user?

Something like that:
{__user.team.id} or case user is in multiples teams: {__.user.teams.[INDEX].id}

And how can i get all values from a global variable? Example: all values and fields from $__user?

Thank you :slight_smile:

1 Like

I had to create Data Source of Grafana, and then use SQL to create that variables.

Thank you all :slight_smile: