In multi-org a user will be able to add an organization to an account in the UI. Due to redirects in the Quartz version of this API, we had to make a separate endpoint for this new feature. This endpoint (POST /api/v2private) requires region, provider, and orgName in the request. It will return a 201 with the new organization if successful, otherwise it will return one of the following errors: 400, 401, 409, and 500.
Quartz #6659
In multi-org a user will be able to add an organization to an account in the UI. Due to redirects in the Quartz version of this API, we had to make a separate endpoint for this new feature. This endpoint (
POST /api/v2private
) requiresregion
,provider
, andorgName
in the request. It will return a201
with the new organization if successful, otherwise it will return one of the following errors:400
,401
,409
, and500
.