Stacktape

Sign up



userpoolListUsers()

Overview and basic usage


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



Copy

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

Need help? Ask a question on Discord or info@stacktape.com.