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

lookupOrganizationsByExternalId doesn't accept externalId less than 2 char long, even though externalId can be set to 1 char long #596

Closed
xshaboo opened this issue Jun 26, 2023 · 0 comments · Fixed by #597
Labels

Comments

@xshaboo
Copy link

xshaboo commented Jun 26, 2023

Describe the bug
lookupOrganizationsByExternalId doesn't accept externalId less than 2 char long, even though we already have organization with externalId set to 1 char long

To Reproduce
Steps to reproduce the behavior:
call lookupOrganizationsByExternalId(1)

Expected behavior
an organazation should be returned, we've tested the API and it is returning the organazation

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

Successfully merging a pull request may close this issue.

2 participants