You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SABClient the method getSabEmailsForOrganization(String entityId, String role) is delegated to getPersonsInRoleForOrganization(entityId, role). However the last method expects an organisation GUID. As a result this will always return an empty List. Solution would be to use the Manage API to get the coin:institution_guid with the entityId as search parameter.
The text was updated successfully, but these errors were encountered:
In the
SABClient
the methodgetSabEmailsForOrganization(String entityId, String role)
is delegated togetPersonsInRoleForOrganization(entityId, role)
. However the last method expects an organisation GUID. As a result this will always return an empty List. Solution would be to use the Manage API to get thecoin:institution_guid
with theentityId
as search parameter.The text was updated successfully, but these errors were encountered: