Skip to content

User

This will return your user info and all the teams your application has access to.

Apollo Studio

graphql
query getUserTeams {
  user {
    user_id
    firstname
    lastname
    email
    teams {
      team_id
      name
      logo
      currency
      number_format
    }
  }
}