Get a specific user instead of all the user in get request

Hello guys,

I am looking into the cockpit cms and it looks very clean and overall good documentation. But there is one main part that I am missing. How can I get just one user from http://custom-domain.test/api/cockpit/listUsers? For example: In a collection I have a linked-account field that returns the user id. How can I access that user via ID on the API request? I don’t believe this is not possible in Cockpit. Can anyone show me how to do this?

(Ofcourse I have been searching the internet)

Oké, I found the solution for this. Some of you knew this ofcourse… But to filter on users by id is very simple. Simply add the parameter filter[key] on the request. I tried this before but did it not correctly. In my case I have to do:

http://custom-domain.test/api/cockpit/listUsers?filter[_id]=cb69e6a5636639426100007e