Create Squad

POST {{baseUrl}}/squads

This endpoint is used to create a new squad. Requires access_token as a Bearer {{token}} in the Authorization header with squad-create scope.

Request Body

{"name"=>"Devops Night Man Squad", "members"=>["5df9d90aba2cb0c5a4f12d44"], "owner_id"=>"<string> (owner_id represents team_id)"}

RESPONSES

status: Created

{&quot;data&quot;:{&quot;id&quot;:&quot;5ed4e5977cc8a1daa90d56eb&quot;,&quot;name&quot;:&quot;Devops Night Man Squad&quot;,&quot;slug&quot;:&quot;devops-night-man-squad&quot;,&quot;members&quot;:[&quot;5df9d90aba2cb0c5a4f12d44&quot;],&quot;organization&quot;:{&quot;id&quot;:&quot;5ea962e35734157d01594951&quot;,&quot;name&quot;:&quot;Avengers&quot;,&quot;slug&quot;:&quot;avengers&quot;}}}