HomeUniteUs
HomeUniteUs copied to clipboard
Invite user endpoint
Overview
Create OpenAPI spec and corresponding controller to invite user using AWS Cognito.
Action Items
- Write OpenAPI spec for the invite user end point
- Link spec to corresponding function in auth controller
- Generate new OpenAPI spec
- Successfully creates a user in AWS Cognito user pool and sends an email containing a temporary password to the provided email
- Handle exceptions
Resources/Instructions
The method used to invite users with Boto3 is admin_create_user.