a script, i have been using for months, which removes persons from episodes if present at series level is now failing (not sure when it started) has something changed to stop this endpoint. working? (line updates the item with sanitised people) $ApiURL = $EmbyURL + "/emby/Items/$($_.id)?api_key=$EmbyApiKey" $response = Invoke-WebRequest -Uri $ApiUrl -Method Post -Body $Body -ContentType "application/json" -WebSession $Session powershell reports "User does not have admin access"