Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
[SELC-4479] feat: integration with ms-user to retreive userMails for …
Browse files Browse the repository at this point in the history
…new delegations (#469)
  • Loading branch information
KevinSi96 authored Apr 16, 2024
1 parent 4e45314 commit 259336e
Show file tree
Hide file tree
Showing 9 changed files with 1,651 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package it.pagopa.selfcare.mscore.api;


import java.util.List;

public interface UserApiConnector {

List<String> getUserEmails(String institutionId, String productId);

}
Loading

0 comments on commit 259336e

Please sign in to comment.