Business of TechnologyOriginal post
Rank 1: Thread
We figured out teams, but the team members' roles don't appear to have an edit feature. Short of delete and add again, is this something I should add a feature request for or did I miss how to perform the task?
Summary
You can edit team member roles in two ways:
1. From the client side: Any team member with the `owner` role can use the `updateMembershipRoles` function to update the roles of other members. For example, you can add a `subscriber` role to a member by using the `updateMembershipRoles` function and the spread operator to keep the member's previous roles.
2. From the server side: You can also use the `updateMembershipRoles` function from a server side SDK. In this case, you don't need a member with the `owner` role as you can run it as an App user using