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
{
"statusCode": 400,
"exception": {
"fieldErrors": {
"ids": [
{
"code": "[couldNotConvert]ids",
"message": "Invalid"
}
]
},
"generalErrors": [
{
"code": "[invalid]",
"message": "You must specify either the [ids], [queryString], or [query] property. If you are continuing a search, you must include the [nextResults] property."
}
]
}
}
The expected format from the API is this (unconventionnal, but it is what it is)
localhost:9011/api/user/search?ids=id1&ids=id2
Is there a workaround with another method or should I use a direct API call ?
The text was updated successfully, but these errors were encountered:
Hello,
It seems that SearchUsersByIds isn't implemented properly in the SDK, here is the implementation
When called like this:
The following error is returned:
The expected format from the API is this (unconventionnal, but it is what it is)
Is there a workaround with another method or should I use a direct API call ?
The text was updated successfully, but these errors were encountered: