teams
Update a Team Member
Update the membership of a Team Member on the Team specified by teamId
, such as changing the role of the member, or confirming a request to join the Team for an unconfirmed member. The authenticated user must be an OWNER
of the Team.
PATCH
Authorizations
Default authentication mechanism
Path Parameters
The ID of the member.
Example:
"ndfasllgPyCtREAqxxdyFKb"
The unique team identifier
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
Body
application/json
Accept a user who requested access to the team.
Example:
true
The role in the team of the member.
Example:
["MEMBER", "VIEWER"]
Response
200
application/json
Successfully updated the membership.
ID of the team.