aap_update_user
Update an existing Ansible Automation Platform user's email, password, name, or permissions by specifying the user ID and desired changes. Returns updated user ID and username.
Instructions
Update an existing AAP user (PATCH).
Args: params (UpdateUserInput): Fields to update.
Returns: str: JSON with updated user id and username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |