aap_create_organization
Create a new organization in Ansible Automation Platform by providing a name, optional description, and maximum host limit.
Instructions
Create a new organization in Ansible Automation Platform.
Args: params (CreateOrgInput): - name (str): Organization name - description (str): Optional description - max_hosts (int): Max hosts (0 = unlimited)
Returns: str: JSON with created organization details including id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |