create_users
Create or update Audiobookshelf API users by sending a POST request with the required user data payload.
Instructions
Create or act on api users.
POST /api/users
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |