Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.67 KB

listaccessgroupmembersrequest.md

File metadata and controls

22 lines (17 loc) · 2.67 KB

ListAccessGroupMembersRequest

Example Usage

import { ListAccessGroupMembersRequest } from "@simplesagar/vercel/models/listaccessgroupmembersop.js";

let value: ListAccessGroupMembersRequest = {
  idOrName: "ag_pavWOn1iLObbXLRiwVvzmPrTWyTf",
};

Fields

Field Type Required Description Example
idOrName string ✔️ The ID or name of the Access Group. ag_pavWOn1iLObbXLRiwVvzmPrTWyTf
limit number Limit how many access group members should be returned. 20
next string Continuation cursor to retrieve the next page of results.
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.