Get Concept2 User Profile
concept2_get_userFetch a Concept2 Logbook user's profile details by user ID, or use 'me' to retrieve the authenticated user's own information. Returns ID, username, personal stats, and roles.
Instructions
Retrieve a Concept2 Logbook user's profile information.
Use "me" as the user ID to get the authenticated user's own profile.
Returns user details including: id, username, first_name, last_name, gender, dob, age, weight, location, country, weight_class, max_heart_rate, affiliations, roles.
Args:
user_id: User ID (integer) or "me" for the authenticated user (default: "me")
response_format: 'markdown' or 'json' (default: 'markdown')
Examples:
Get own profile: user_id="me"
Get another user: user_id=12345
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID or "me" for the authenticated user | me |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |