orgmanax/orgmanax-api/src/test/resources/http/nodeuser/node-user.http

22 lines
362 B
HTTP

#
POST {{host}}/api/node-user/list
Content-Type: application/json
Accept: application/json
{
// "id": 984,
"realNameLike": "",
"phone": "18530039500",
"idNumber": "410205198601221016",
"personId": 5354,
"includeDeleted": true,
"pageSize": 2,
"needs": {
"job": true
,
"node": true ,
"unit": true
}
}
###