15

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?

1 Answer 1

15

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.

3
  • 2
    Thanks, I guess they need to add it in their API. My code had a functionality to edit this, but in vain
    – sum91
    Commented Apr 24, 2019 at 10:46
  • 1
    @sum91 You could contact AWS Support, and they could make a feature request to the development team regarding this. Commented Apr 24, 2019 at 11:01
  • 1
    Aug 2022; still not there: failed to deploy: UPDATE_ROLLBACK_COMPLETE: Updates are not allowed for property - UserPoolName.
    – BDF
    Commented Aug 14, 2022 at 21:13

Not the answer you're looking for? Browse other questions tagged or ask your own question.