Skip to content

Organisations

Most 3Di workflows are organized around organisations. A model repository and subsequently the models generated from the repository content, belong to an organisation. Users belong to one or more organisations where they have certain permissions, to run or follow simulations for example.

Organisations are associated with a contract that defined how many sessions they are allowed to occupy simultaneously, how many hours of calculation time they have purchased etc. A simulation resource therefore is always linked with an organisation.

Read💡

GET /organisations/

Two fields can be used to filter the list

💡

from threedi_api_client.api import ThreediApi
from threedi_api_client.versions import V3Api

with ThreediApi() as api_client:
    api_client: V3Api
    organisations = api_client.organisations_list()