Server.
Create a new organization
Like the web app you can Create a new organization using the MindBridge API Python Client.- It’s assumed you’ve 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, identified by its ID, as shown here using the ID of the organization created above.Querying organizations
Query organizations, optionally applying a filter. Organizations can be searched using the MindBridge Query Language, detailed in the MindBridge API Reference. Theget function returns a generator, allowing you to iterate over search results or use the next() function.

