Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.19 KB

addprojectmemberrequest.md

File metadata and controls

28 lines (23 loc) · 2.19 KB

AddProjectMemberRequest

Example Usage

import { AddProjectMemberRequest } from "@vercel/sdk/models/addprojectmemberop.js";

let value: AddProjectMemberRequest = {
  idOrName: "prj_pavWOn1iLObbXLRiwVvzmPrTWyTf",
  teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
  slug: "my-team-url-slug",
  requestBody: {
    uid: "ndlgr43fadlPyCtREAqxxdyFK",
    username: "example",
    email: "[email protected]",
    role: "ADMIN",
  },
};

Fields

Field Type Required Description Example
idOrName string ✔️ The ID or name of the Project. prj_pavWOn1iLObbXLRiwVvzmPrTWyTf
teamId string The Team identifier to perform the request on behalf of. team_1a2b3c4d5e6f7g8h9i0j1k2l
slug string The Team slug to perform the request on behalf of. my-team-url-slug
requestBody models.AddProjectMemberRequestBody ✔️ N/A