Skip to content

feat(user-profile): method for obtaining member resources changed

Created by: Kuliak

Previous workflow were not optimal. We were using method that obtained ALL member resources and then we checked whether they have mailing service assigned. Now, only resources with mailing service(s) present are returned from method used for it.

  • new method returns only those resources that have mailing service(s) and given member assigned
  • method generated using openApi

Merge request reports