create_user_by_user_id_settings_main
Update general settings for a specific user in Overseerr or Jellyseerr. Supply the user ID and the settings body to apply changes directly.
Instructions
Update general settings for a user.
POST /api/v1/user/{userId}/settings/main
Args: user_id: Path parameter. 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 | ||
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |