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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"Name":"\u003cstring\u003e","ID":"\u003cinteger\u003e","CreatedAt":"\u003cdateTime\u003e","UpdatedAt":"\u003cdateTime\u003e","Users":["\u003cstring\u003e","\u003cstring\u003e"]}