Skip to content

User

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

Apollo Studio

graphql
query {
    user {
        user_id
        email
        teams {
            team_id
            name
        }
    }
}