Orgs and teams/Create a team
POST {{portal-host-port}}/portal-api/organisations/1/teams
Request Body
{"Name"=>"Test team 3"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |
RESPONSES
status: Created
{"CreatedAt":"2023-08-03 09:10","ID":4,"Name":"Test team 3","UpdatedAt":"2023-08-03 09:10","Users":null}