Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong use of SAB API #653

Open
oharsta opened this issue Dec 20, 2024 · 0 comments
Open

Wrong use of SAB API #653

oharsta opened this issue Dec 20, 2024 · 0 comments
Assignees

Comments

@oharsta
Copy link
Member

oharsta commented Dec 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

2 participants