get_users_by_id
Retrieve detailed information for a specific user by providing their unique ID from the Audiobookshelf server. Use this to fetch user account data via the API.
Instructions
Get api users.
GET /api/users/{id}
Args: id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |