Organizations
Create
Authorized
Description
Authentication type : application/json
Creates a new organization with the specified parameters. The current user automatically becomes the owner of the created organization.
Request Body
Required
{
"name": "My New Company",
"description": "A new company for our team"
}