aap_get_user
Fetch specific Ansible Automation Platform user details by ID. Returns JSON with user information for identity and access management.
Instructions
Get details of a specific AAP user by ID.
Args: params (GetUserInput): - user_id (int): User ID
Returns: str: JSON with user details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |