POST
/
v1
/
core
/
organizations
curl --request POST \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "orgGroupIds": [
    "<string>"
  ],
  "adminUids": [
    "<string>"
  ],
  "disabled": true,
  "industryIds": [
    "<string>"
  ],
  "ownerUid": "<string>"
}'
{
  "id": "<string>",
  "adminUids": [
    "<string>"
  ],
  "betaFeatures": [
    "<string>"
  ],
  "consentNotRequired": true,
  "dateCreated": "2023-11-07T05:31:56Z",
  "disabled": true,
  "industries": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "integrations": [
    {
      "id": "<string>",
      "name": "<string>",
      "externalAccountId": "<string>",
      "integrationPlatform": "MERGE",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z",
      "isActive": true
    }
  ],
  "name": "<string>",
  "ownerUid": "<string>",
  "teams": [
    {
      "id": "<string>",
      "name": "<string>",
      "coachUids": [
        "<string>"
      ],
      "memberUids": [
        "<string>"
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

Create an organization

The response is of type object.