Question

Lucid SCIM API error

  • 3 May 2024
  • 1 reply
  • 12 views

Badge

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 [Source: (org.apache.pekko.util.ByteIterator$ByteArrayIterator$$anon$1); line: 1, column: 0]"
}


Comments

Userlevel 1
Badge

Hello @ashish084!

 

Do you get this same error if you don’t utilize the filter parameter?

Reply