My organisation has a an “organisation” at Typeform of which my colleague is the owner and I am a member. I have registered an application there. I have used OAuth 2.0 to generate an access token for that application, as per these instructions:
https://www.typeform.com/developers/get-started/applications/
However, workspaces created using this access token appear in my personal account and not in my organisation’s account.
In the documentation of the API I read
“The workspace gets created in the account where the user has the organisation role - owner.”
This confuses me, because I would think a user might be owner of several organisations. Moreover, it would preclude control over where the workspace is created. It seems I can create workspaces in my organisation's account through the the web interface. It also seems I can choose the workspace (and hence, the account) where a form is created through the API. So why not for workspaces?
Is there any way I can choose where a workspace gets created through the API, and if so, how?