Upgrade CMP Teams API
API to update: GET /teams Or GET /teams/{id}
Request: Include User information in the payload. Currently the APIs only return the team names but not the users in the team. There aren't any other APIs to find out the team members.
Include user list, ID, emails in the team's api
3
votes

-
The new endpoint `GET ../teams/{id}` now fully covers this request. We can consider this closed.