Teams
Add team members
REQUIRED SCOPES <code>['teams:write']</code><br>This request adds a user object as a team member to a particular team by user id. Additionally, the API is used to define team member roles in the team.
post/teams/{team}/members
Path parameters
teaminteger required
Team id
Request body
Example request
{
"members": [
{
"id": 1
}
]
}Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.