<@U04SE163WC8> how can i create multiple workspace...
# ask-ai
a
@kapa.ai how can i create multiple workspaces using apis its asking for organization id and my default orgainzation id is 0000-00000-000000-000000 but its saying that missing org id in response
k
To create multiple workspaces using APIs, you can use the
POST /workspaces
endpoint as described in the [Airbyte Public API documentation](https://reference.airbyte.com/reference/start). However, it seems like you're encountering an issue with the
organizationId
. Based on the information from the [Github issue](https://github.com/airbytehq/airbyte/issues/30124), it appears that there might be an issue with workspaces that do not have an associated
organizationId
. The issue suggests that if
organizationId
is null,
useIntent()
should return false instead of throwing an error. If you're using the OSS version of Airbyte, it's important to note that there might not be a use case for multiple organizations. As per the [Github issue](https://github.com/airbytehq/airbyte/issues/30260), if there's only one organization, it should be auto-selected. If you're still encountering issues, it might be helpful to revert to a version before v0.50.30 as suggested in this [Github issue](https://github.com/airbytehq/airbyte/issues/32074) until a proper fix is implemented. Please note that the organization-centric workspace creation is a feature that is being actively worked on and discussed in the Airbyte community, as seen in these [Github issues](https://github.com/airbytehq/airbyte/issues/30489) and [Github issue](https://github.com/airbytehq/airbyte/issues/30260). If you're still having trouble, I recommend reaching out to the Airbyte community for further assistance.