POST /orgs
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
alias | string | Yes | Unique alias for the organization. |
visibility | string | Yes | Visibility setting: public or private. |
Response
| Parameter | Type | Description |
|---|---|---|
org_id | string | The unique ID of the created org. |

