JSON message about conditions of searching for user details
{
"UserSearchCond": {
"searchResultPosition": ,
/*required, integer32, the end position of search result in result list; in a single search, if you cannot get all the records in the result list, you can mark the end position and get the following records after the marked position in the next search*/
"maxResults": ,
/*required, integer32, the maximum number of search results*/
"targetType": "",
/*optional, string, method of searching for users: "byOrg"-by organization (default)*/
"orgIdList": ,
/*optional, array, organization ID list, if this field is not configured, up to maxResults records will be searched for*/
"username":"",
/*optional, string, exact search by user name*/
"usernameLike":""
/*optional, string, fuzzy search by user name*/
}
}