I think I must be going crazy because I’ve seen multiple tutorials where this has been implemented but I must be missing something. I have a login flow that allows a new user to join a team (to participate in group chats amongst other team based features). A user can only belong to one team but a team can obviously have multiple users. For the life of me I cannot figure out how to remove a user from a team once they’ve joined. My thought was to implement this in two ways: 1) Allow the user to remove themselves from the team and 2) Allow a team admin to remove users. For option 1 I put a button on the user’s profile page but under Update action there isn’t the Add or Remove option like I’ve seen in tutorials. For option 2 I created a list view of all active users belonging to a team and was going to use the Right section in the list to remove the user from the team but again the Add or Remove option isn’t showing up. What did I miss?!
Option 1
Option 2




