How to request the members of a team?

1: Maybe do this in another topic
2: You can use this graphql query:

query TeamMembers ($id: Int!)  { 
    team(id: $id) {
      id
      hasPrivacyInvites
      inviteLink {
        id
        code
        eduSignup
      }}}
1 Like

A post was merged into an existing topic: The HTML JS CSS Army