Create an Organization

post

/api/v2/organizations/

Make a POST request to this resource with the following organization fields to create a new organization:

  • name: Name of this organization. (string, required)
  • description: Optional description of this organization. (string, default="")
  • max_hosts: Maximum number of hosts allowed to be managed by this organization. (integer, default=0)

  • default_environment: The default execution environment for jobs run by this organization. (id, default=``)

Request

Supported Media Types
Body ()
Root Schema : Organization
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : Organization
Type: object
Show Source
Back to Top