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