Orgs and teams/Create an org
POST {{portal-host-port}}/portal-api/organisations
Request Body
{"Name"=>"Test org 2"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |
RESPONSES
status: Created
{"CreatedAt":"2023-08-03 09:14","ID":4,"Name":"Test org 2","Teams":[{"Default":true,"ID":5,"Name":"Test org 2 All users","Organisation":"Test org 2","Users":null}],"UpdatedAt":"2023-08-03 09:14","Users":[]}