Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS-Cognito: Is it possible to edit the User Pool name after creating the User Pool?

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?

like image 629
sum91 Avatar asked Apr 24 '19 10:04

sum91


1 Answers

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.

like image 184
Arka Mukherjee Avatar answered Nov 11 '22 16:11

Arka Mukherjee