Update team admins
Manage team admin status for existing members of a specific team.
### Usage notes
- Retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
teamId
Request
The request body.
add
Users to grant team admin status by memberId
remove
Users to revoke team admin status from by memberId
Response
The response body.

