Getting Invalid or unparsable field always

I am trying to fetch user data by email for that I am making an api call to this url api/v2/user/custom with email filter, it is not working I am always getting Invalid or, unparsable field error, my filter is set to
(email%20=%20%22abcd@gmail.com%22) see screenshot below

Can anyone help?

Thanks.

Problem Solved

I was hitting a wrong api, correct api should be /system/user instead of /user/custom, may be the information in the doc was not clear to me, so I made the mistake.

Thanks.

Thanks for submitting your solution @Ved_Prakash! Have a great week!!

1 Like