Skip to main content

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}/attributes

Get the attributes of an existing team.

GET /teams/{teamid}

Get a list of team members.

GET /teams/{teamid}/course_assignments

Get the course assignments of a team.

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

Add a user to a team.

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

Remove a user from a team.