Zum Hauptinhalt wechseln

Teams

Teams are collections of people with similar interests. You can learn more about Teams and what you can do with them via our Teams help documentation.

GET /teams

List teams including aggregated reputation for the members on that team. Note: "owner" field in the response is the userid of the owner/manager of that team.

GET /teams/{teamid}

Get a list of team members.

PUT /teams/{teamid}/users/{userid}

Add a user to a team.

DELETE /teams/{teamid}/users/{userid}

Remove a user from a team.