get_users_by_id
Retrieve a Trakt user's public profile by their slug ID, or use "me" for the authenticated user's own profile.
Instructions
Get user profile.
GET /users/{id}/
Args: id: The slug that identifies the user, or "me" for the authenticated user. extended: Extended information to include in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |