bcgov/nr-forests-access-management

Enable email notification after adding delegated admins

Closed this issue · 0 comments

Describe the task
Send email notification after adding a delegated admin in FAM.

Acceptance Criteria

  • Integrate with GC Notify in admin management api
  • Use the email content template created in ticket #1073
  • Update IDIM proxy return schema to include user email
  • Update target user schema to include email
  • At the end of creating a delegated admin, call the gc notify email api to send the email
  • Verify the parameter pass to the send email method, make sure the email address is a validate one

Additional information

  • In the case that email sending failed, what we need to do? Can we trust the gc notify server and our server enough?
  • Email for granting regular user access is in ticket #799