Remove all unconfirmed users in a cognito user pool from the console?

0

Is there a way to remove all unconfirmed users in a user pool from the web console? I mean all at once. If not, this would be a really nice feature to add.

已提问 2 年前2243 查看次数
2 回答
0
已接受的回答

Good question.

This isn't possible right now - but what you could do is automate this by listing users and filter for the unconfirmed users, then delete the users. Some posts I've seen have solutions doing this with a lambda - either via trigger or by a periodically scheduled lambda.

jsonc
已回答 2 年前
profile picture
专家
已审核 10 个月前
  • Thanks for the response. I did see a few other threads that talked about automating this with Lambda. But then I have to pull one of my engineers off his current project. It just seems like such an obvious feature. I actually have several feature requests for cognito. Any idea how to submit a feature request to AWS?

  • You're welcome. A few options - if you have a TAM, you can reach out via your AWS Account Management Team. You can also open up feature requests via AWS Support.

0

Once you disable the user, the button "DELETE USER" will appear.

vad2der
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容