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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: