Server.
Create a new organization
As in the web application, you can create a new organization using the Python SDK.- It is assumed you have imported the module with
import mindbridgeapi as mbapi. - See Get Started for how to create the
server.
id.
Retrieving an organization by ID
You can retrieve an existing organization byid. The example below uses the id of the organization you created above.
Querying organizations
Query organizations, optionally applying a filter. Organizations can be searched using the MindBridge Query Language, as described in the MindBridge API Reference. Theget function returns a generator, allowing you to iterate over search results or use the next() function.

