Stacktape
Stacktape


userpoolListUsers()

Overview and basic usage


Lists users in the specified userpool and saves them as CSV to the specified file



import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.userpoolListUsers({
region: "<<region>>",
stage: "<<stage>>",
userPoolName: "<<userPoolName>>"
});

API reference

Arguments

region
Required
stage
Required
userPoolName
Required
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

Contents