App Logo
vercel.com

List Vercel team members and roles

List a Vercel team's members with their username, email and role. Read-only — changes nothing. Pass the optional email arg to also get a present true/false verdict for that address, which is the quick way to confirm an offboarding landed. team is required (the team's URL slug). Requires being signed into Vercel. Complements vercel.com/delete_user, which already snapshots the member list before and after its own action.

Input

team required

Vercel team URL slug, e.g. "acme-inc"

email optional

Optional email to check for presence/absence

Output

team required
count required
members required
present optional
checkedEmail optional

FAQ

List a Vercel team's members with their username, email and role. Read-only — changes nothing. Pass the optional email arg to also get a present true/false verdict for that address, which is the quick way to confirm an offboarding landed. team is required (the team's URL slug). Requires being signed into Vercel. Complements vercel.com/delete_user, which already snapshots the member list before and after its own action.
Required: team. Optional: email.
It returns team, count, members, present, checkedEmail.
Yes. It acts as you on vercel.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the vercel.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on vercel.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/vercel.com/list_users_and_roles, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vercel.com/list_users_and_roles
It is part of Reduck's official curated catalogue.

Start building not clicking