...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "spAccountLoginName": "accountLogin", "spAccountLoginKey": "accountKey", "queryFilter": "Mandy@%l%", "queryType": "username", // the default if not specified "type": "find_users", } |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "Users": [ { "username": "Larrylarry" }, { "username": "loginMarty2" }, { "username": "testltest" }, { "username": "test2ltest2" }, { "username": "test3ltest3" } ], "errorCode": 0, "errorMessage": "OK", "type": "find_users" } |
...