create_user_by_user_id_settings_permissions
Update a user's permission settings by providing their user ID and a request body with the desired permissions. Streamline access control for Overseerr or Jellyseerr users.
Instructions
Update permission settings for a user.
POST /api/v1/user/{userId}/settings/permissions
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 |