run_as_user
Authenticate as a different user for the current session using network credentials. Provide username, password, and agent ID to switch user context.
Instructions
Attempt to authenticate as another user (network calls only) for the current session.
Args:
username: Username of network account to use
password: Password of network account to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| password | Yes | ||
| username | Yes |