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
Today's surprise: The Alma users API can return users without any identifiers! 😲 Within the normal Alma GUI these are shown as "contacts".
Another weird thing is that the primary_id field is not something like null, but a not very machine-friendly string: "no primary id (123456789023)". Here's a full (anonymized) response example:
Today's surprise: The Alma users API can return users without any identifiers! 😲 Within the normal Alma GUI these are shown as "contacts".
Another weird thing is that the
primary_id
field is not something likenull
, but a not very machine-friendly string: "no primary id (123456789023)". Here's a full (anonymized) response example:Also notice that the
link
field is also not null, but an invalid URL that can not be dereferenced.The text was updated successfully, but these errors were encountered: