Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ansible/awx/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Organizations are the top-level organizational units in AWX. They contain teams, users, projects, inventories, and job templates.Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v2/organizations/ | List organizations |
| POST | /api/v2/organizations/ | Create organization |
| GET | /api/v2/organizations/{id}/ | Retrieve organization |
| PATCH | /api/v2/organizations/{id}/ | Update organization |
| DELETE | /api/v2/organizations/{id}/ | Delete organization |
List Organizations
Total number of organizations
Array of organization objects
Create Organization
Name of the organization (unique)
Description of the organization
Maximum number of hosts allowed (superuser only)
ID of the default execution environment
Retrieve Organization
Response Schema
Organization ID
Organization name
Organization description
Maximum hosts allowed for this organization
Creation timestamp (ISO 8601)
Last modification timestamp
Links to related resources:
projects- Organization’s projectsinventories- Organization’s inventoriesjob_templates- Organization’s job templatesworkflow_job_templates- Organization’s workflow templatesusers- Organization membersadmins- Organization administratorsteams- Organization teamscredentials- Organization credentialsexecution_environments- Available execution environmentsactivity_stream- Activity lognotification_templates- Notification templatesinstance_groups- Instance groupsgalaxy_credentials- Galaxy credentials for Ansible contentobject_roles- Available rolesaccess_list- User access list
Summary information about related objects and counts
Update Organization
Only superusers can modify the
max_hosts field.Delete Organization
Organization Users
List Organization Users
List Organization Admins
Organization Resources
List Organization Projects
List Organization Inventories
List Organization Job Templates
List Organization Workflow Job Templates
List Organization Teams
List Organization Credentials
Notification Templates
List Notification Templates
List Started Notification Templates
List Success Notification Templates
List Error Notification Templates
List Approval Notification Templates
Instance Groups
Galaxy Credentials
Activity Stream
Roles and Access
List Object Roles
- admin_role - Full administrative access
- member_role - Organization membership
- auditor_role - Read-only access
- execute_role - Execute job templates
- project_admin_role - Manage projects
- inventory_admin_role - Manage inventories
- credential_admin_role - Manage credentials
- workflow_admin_role - Manage workflows
- notification_admin_role - Manage notifications
- job_template_admin_role - Manage job templates
Admin and member roles are user-only and cannot be assigned to teams.