400 error when trying to change the Cloud Agent review app

Where does the bug appear (feature/product)?

Background Agent (GitHub, Slack, Web, Linear)

Describe the Bug

Trying to change “PR Review Destination” for Cloud Agents in the Web returns a 400 error

POST https://cursor.com/api/dashboard/update-team-admin-settings 400 (Bad Request)
{
    "message": "Error",
    "details": [
        {
            "error": "ERROR_BAD_REQUEST",
            "details": {
                "title": "Bad Request",
                "detail": "Team model access control feature is not enabled for this team",
                "isRetryable": false,
                "additionalInfo": {},
                "buttons": [],
                "planChoices": []
            },
            "isExpected": true
        }
    ]
}

The UI doesn’t give any feedback other than not changing the value

Steps to Reproduce

  1. https://cursor.com/dashboard?tab=cloud-agents
  2. Change “PR Review Destination” from Github to Graphite

Expected Behavior

It should change :wink:

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Web, Chrome

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue. The team admin settings endpoint incorrectly checks for the Model Access Control feature (Enterprise-only) when saving PR review assignment changes for Team-tier accounts.

The team is aware. We don’t have an ETA yet, but your report helps us prioritize it.

1 Like

Thanks for the answer :grinning_face_with_smiling_eyes:

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.