Hi team,
I'm using SCIM API to retrieve user through email.
API call - https://developer.lucid.co/scim/#get-all-users
Example - https://users.lucid.app/scim/v2/Users?filter=username eq myusername@fake.com
But I'm getting error -
{
"message": "Invalid Json: No content to map due to end-of-input\n at nSource: (org.apache.pekko.util.ByteIterator$ByteArrayIterator$$anon$1); line: 1, column: 0]"
}