Update team members
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
teamId
Request
The request body.
add
Members to add by memberId
remove
Members to remove by memberId
Response
The response body.

