Get a user
get_userFetch a specific user account from a forge by login. Requires admin access and the forge ID, which is available from list_users.
Instructions
Returns one account by its login. Admin only. forge_id is required — see list_users for the value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | Yes | The account login as it is spelled in the forge. | |
| forge_id | Yes | Which forge the login belongs to. Required by the API — a login is only unique per forge. list_users shows it; on a single-forge instance it is 1. | |
| forge_remote_id | No | Disambiguates further if the forge reuses logins. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |