Is there a simple way to get the user/users joined teams. What I want to achieve is after the user logs in if he's a member of a certain team and execute some business logic.
now the process to achieve this is by making request to the teams api /teams/{teamId}/memberships/{membershipId}
which I have to figure out the membershipId
which also is not available from the account
api.
TL;DR
Developers are looking to get information on the teams that the user has joined after logging in. Currently, they are struggling to obtain the `membershipId` necessary for this through the `account` API.