GET
/
v1
/
core
/
organizations
/
{id}
Get an organization
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{id}
{
  "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>"
      ]
    }
  ]
}

Path Parameters

id
string
required

Organization ID

Response

200 - application/json

Get an organization

The response is of type object.