Update team members

View as MarkdownOpen in Claude
Update the members of a specific team. ### Usage notes - Retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint. - Inactive members cannot be added or removed from a team.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

teamIdstringRequired

Request

The request body.
addlist of stringsOptional
Members to add by memberId
removelist of stringsOptional
Members to remove by memberId

Response

The response body.