End of support notice: On February
20, 2026, AWS will end support for the Amazon Chime service. After February 20, 2026, you will
no longer be able to access the Amazon Chime console or Amazon Chime application resources. For more
information, visit the blog post
The following example shows how to reset the personal meeting PIN for a specified Amazon Chime user.
ResetPersonalPINRequest request = new ResetPersonalPINRequest()
.withAccountId("chimeAccountId
")
.withUserId("userId
");
ResetPersonalPINResult result = chime.resetPersonalPIN(request);
User user = result.getUser();
user.getPersonalPIN()