latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Teams
Add user to team
post/teams/{id}/members
Path parameters
idinteger required
ID of the team
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Request body
Example request
{
"id": 963,
"teamRole": "MEMBER"
}Response
Successfully added team member
Example response
{
"id": 963
}