1 Answer
- Newest
- Most votes
- Most comments
0
- you can batch of users from your user pool, based on some criteria
- For each user in the batch, send the OTP via SMS using AWS SNS. Make sure the user's mobile number is correctly registered with the SNS topic
- If you want to send OTPs via email as well, you can use SES. You can use the SendEmail API to send emails with OTPs to the users.
update: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-user-groups.html
https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-create-user-pool.html
answered 9 months ago
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago
Hi Manoj Kengudelu, Thank you for your time. I will refer to it, but I have some doubts, so kindly share if you have any reference Documents, for creating a batch of users in the user pool.