Add users to a team

POST {{baseUrl}}/legacyTeams/:id/users

Adds users to an existing team.

Request Body

{"users"=>["<integer>", "<integer>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[2,3,4,5]}