HomeUniteUs icon indicating copy to clipboard operation
HomeUniteUs copied to clipboard

Invite user endpoint

Open erikguntner opened this issue 2 years ago • 0 comments

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.

erikguntner avatar Feb 22 '23 00:02 erikguntner