horizon_torn_getUserProfile
Retrieve profile information for a specific player by providing their user ID. Optionally control HTML stripping, cache bypass, and add a comment for logging.
Instructions
Get profile information for a specific player
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User id or user discord id | |
| key | No | API key (Public).<br>It's not required to use this parameter when passing the API key via the Authorization header. | |
| comment | No | Comment for your tool/service/bot/website to be visible in the logs. | |
| striptags | No | Determines if fields include HTML or not ('Hospitalized by <a href=...>user</a>' vs 'Hospitalized by user'). | |
| timestamp | No | Timestamp to bypass cache or get the data in specific point in time |