# Team Endpoints focused on team management, including creating teams, managing members, and related operations. ## Retrieves the details of a specific team using its - [GET /teams/{id}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1%7Bid%7D/get.md): Retrieves the details of a specific team using its Id. ## Deletes a team by its Id. - [DELETE /teams/{id}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1%7Bid%7D/delete.md): Deletes a team by its Id. ## Retrieves a list of all teams in an organisation. - [GET /teams/](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1/get.md): Retrieves a list of all teams in an organisation. ## Creates a new team in an organisation. - [POST /teams/](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1/post.md): Creates a new team in an organisation. ## Adds a member to a specific team. - [POST /teams/{id}/members](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1%7Bid%7D~1members/post.md): Adds a member to a specific team. ## Removes member from a specific team. - [DELETE /teams/{id}/members](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1%7Bid%7D~1members/delete.md): Removes member from a specific team. ## Removes a specific member from a team. - [DELETE /teams/{id}/members/{organisationUserId}](https://docs.wia.io/apis/wia-user-management-api/swaggerforusermanagement/team/paths/~1teams~1%7Bid%7D~1members~1%7Borganisationuserid%7D/delete.md): Removes a specific member from a team.