Create a new team for an organisation

POST {{baseUrl}}/organisations/:organisation_id/teams

Create a new team for an organisation

Request Body

{"Name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;CreatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;UpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;Users&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}