Back to Vercel API
Vercel API

accountUpdateContext.managedTeamNames renamed to managedTeams with new shape

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The managedTeamNames field (an array of strings) inside accountUpdateContext has been renamed to managedTeams and its type changed from string[] to an array of objects with name: string and avatar: string | null. This is a breaking change: any client reading managedTeamNames will get undefined, and code that treated the array items as plain strings will break because items are now objects.

Open the source documentation