User
This will return your user info and all the teams your application has access to.
graphql
query getUserTeams {
user {
user_id
firstname
lastname
email
teams {
team_id
name
logo
currency
number_format
}
}
}