Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 3.35 KB

getprojectmembersrequest.md

File metadata and controls

23 lines (18 loc) · 3.35 KB

GetProjectMembersRequest

Example Usage

import { GetProjectMembersRequest } from "@simplesagar/vercel/models/getprojectmembersop.js";

let value: GetProjectMembersRequest = {
  idOrName: "prj_pavWOn1iLObbXLRiwVvzmPrTWyTf",
};

Fields

Field Type Required Description Example
idOrName string ✔️ The ID or name of the Project. prj_pavWOn1iLObbXLRiwVvzmPrTWyTf
limit number Limit how many project members should be returned 20
since number Timestamp in milliseconds to only include members added since then. 1540095775951
until number Timestamp in milliseconds to only include members added until then. 1540095775951
search string Search project members by their name, username, and email.
teamId string The Team identifier to perform the request on behalf of.
slug string The Team slug to perform the request on behalf of.