Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.19 KB

removeteammemberrequest.md

File metadata and controls

21 lines (16 loc) · 2.19 KB

RemoveTeamMemberRequest

Example Usage

import { RemoveTeamMemberRequest } from "@vercel/sdk/models/removeteammemberop.js";

let value: RemoveTeamMemberRequest = {
  uid: "ndlgr43fadlPyCtREAqxxdyFK",
  newDefaultTeamId: "team_nllPyCtREAqxxdyFKbbMDlxd",
  teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
};

Fields

Field Type Required Description Example
uid string ✔️ The user ID of the member. ndlgr43fadlPyCtREAqxxdyFK
newDefaultTeamId string The ID of the team to set as the new default team for the Northstar user. team_nllPyCtREAqxxdyFKbbMDlxd
teamId string ✔️ N/A team_1a2b3c4d5e6f7g8h9i0j1k2l