xmaniaxzOriginal post
Rank 2: Process
i currently have a system with a Team ID being 8 digits. I want user to use those 8 digits to join that team.
I am trying to use teams.createMembership(). but that is asking me for a redirect. Probably because it will send an email. What i want it the user to be just added to the team.
Summary
Developers wants to add users to a Team without sending an email invite. They are encountering the need for a redirect when using teams.createMembership(). Solution: Consider using a different method to add users to the Team without email invites.