Add users to a team
POST {{baseUrl}}/legacyTeams/:id/users
Adds users to an existing team.
Request Body
{"users"=>["<integer>", "<integer>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[2,3,4,5]}