aap_remove_user_from_team
Remove a user from an Ansible Automation Platform team by providing team and user IDs, revoking team access.
Instructions
Remove a user from an AAP team.
Args: params (RemoveUserFromTeamInput): - team_id (int): Team ID - user_id (int): User ID to remove
Returns: str: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |