How can a cognito user be assigned to a group in iOS app
问题 I have created a cognito user group in AWS console. I am able to create a cognito user from my iOS app and I can see the user record from the AWS console. Now I need to add this user to a group. Is it possible to do this from the app without using AWS console. i.e When a new user is created the user should be added to a group. This should be handled in the iOS app. 回答1: You can create and manage groups in a user pool from the AWS Management Console, the APIs, and the CLI. As a developer