CreateAccessGroupProjects

April 11, 2026 ยท View on GitHub

Example Usage

import { CreateAccessGroupProjects } from "@vercel/sdk/models/createaccessgroupop.js";

let value: CreateAccessGroupProjects = {
  projectId: "prj_ndlgr43fadlPyCtREAqxxdyFK",
  role: "ADMIN",
};

Fields

FieldTypeRequiredDescriptionExample
projectIdstring:heavy_check_mark:The ID of the project.prj_ndlgr43fadlPyCtREAqxxdyFK
rolemodels.CreateAccessGroupRole:heavy_check_mark:The project role that will be added to this Access Group. "null" will remove this project level role.ADMIN