I m trying to update User Pool name and User attributes in AWS-Cognito through my code. I could find the information on updating user attributes, but could not find anything on updating pool name. Any information on this?
Unfortunately, it is not possible to change the User Pool name in Amazon Cognito with the existing APIs. UpdateUserPool allows a bunch of configurational changes, but it does not allow developers to modify the Pool Name.
Edit: As of 12/16/2024, AWS has now added an API to change the name of the Pool after user feedback. Kindly refer to the PoolName parameter.