User Pool Groups and managing them through the front end

I followed the tutorial and it is awesome. I am looking into adding additional functionality and one thing that I thought would be good to know how to do is use user pool groups and then users in an admin group can manage other user’s groups through the front end. Does anyone know of a tutorial that teaches how to do that?

For most admin related functionality, you can make requests to a backend Lambda function, that in turn makes a call to Cognito to return the info you need. The Lambda function has admin access to your User Pool.

Yeah, that’s what I did. I started creating lambdas for the functionality I wanted to expose.

1 Like