{
"groupRelation": "AND",
"groupTree": {
"property1": "string",
"property2": "string"
},
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"params": {},
"querys": [
{
"group": "main",
"operation": "EQUAL",
"parentGroup": "string",
"property": "string",
"relation": "AND",
"tableName": "string",
"value": {}
}
],
"sorter": [
{
"direction": "ASC",
"property": "string"
}
]
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-uc/api/user/v1/users/getAllOrgUsers' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupRelation": "AND",
"groupTree": {
"property1": "string",
"property2": "string"
},
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"params": {},
"querys": [
{
"group": "main",
"operation": "EQUAL",
"parentGroup": "string",
"property": "string",
"relation": "AND",
"tableName": "string",
"value": {}
}
],
"sorter": [
{
"direction": "ASC",
"property": "string"
}
]
}'
{
"page": 0,
"pageSize": 0,
"rows": [
{
"account": "string",
"address": "string",
"birthday": "string",
"clientId": "string",
"clientToken": "string",
"education": "string",
"email": "string",
"entryDate": "string",
"from": "string",
"fullname": "string",
"id": "string",
"idCard": "string",
"isDelete": "string",
"leaveDate": "2019-08-24",
"mobile": "string",
"params": {},
"password": "string",
"phone": "string",
"photo": "用户的头像",
"postId": "string",
"relationCode": "string",
"sex": "男",
"status": 0,
"tenantId": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userNumber": "string",
"version": 0,
"weixin": "string"
}
],
"total": 0
}