aap_create_user
Create a new Ansible Automation Platform user with credentials and role settings. Specify username, password, email, name, and assign superuser or system auditor permissions.
Instructions
Create a new AAP user.
Args: params (CreateUserInput): User details.
Returns: str: JSON with created user id and username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |