Organizations
Create an organization
Creates a new organization. The authenticated user becomes the organization owner.
post/v1beta/organizations
Request body
Response
Success
Example response
{
"organization": {
"id": "org_01h2xcejqtf2nbrexx3vqjhp41",
"name": "Acme Corporation"
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲