ODBC guide

Read organizations by IDs


Reads multiple organizations by specifying a list of organization IDs. This example demonstrates using the get_organizations_by_ids endpoint with the organization_ids parameter.

SELECT * from get_organizations_by_ids
WITH(organization_ids='1111,2222,3333')