{
"company_name": "",
"page_no": 1,
"page_size": 10,
"registered_end_at": "",
"registered_start_at": "",
"staff_identity": "",
"staff_name": "",
"status": 0,
"with_statistics": true
}
curl --location --request POST 'https://mesh.apinb.com//org.Staff.List' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_name": "",
"page_no": 1,
"page_size": 10,
"registered_end_at": "",
"registered_start_at": "",
"staff_identity": "",
"staff_name": "",
"status": 0,
"with_statistics": true
}'
{
"list": [
{
"staff_org": [
{
"org_identity": "c71HVxDaB8JLW1vhxTEu7",
"genre": 2,
"status": 2
}
],
"id": 0,
"identity": "ezN61MhjEcd7h32cSrzfm",
"name": "Duis",
"account": "ut Lorem",
"profile": "in anim elit pariatur",
"password": "",
"phone": "18200128944",
"email": "",
"status": 1,
"creator_identity": "37JlGqEWODWWd9F9guHe9",
"created_at": "2024-03-03 14:36:12",
"password_confirmed": "",
"verify_code": "",
"org_genre": 0
},
{
"staff_org": [
{
"org_identity": "c71HVxDaB8JLW1vhxTEu7",
"genre": 2,
"status": 1
}
],
"id": 0,
"identity": "37JlGqEWODWWd9F9guHe9",
"name": "laboris fugiat ad sed",
"account": "test",
"profile": "",
"password": "",
"phone": "18200128988",
"email": "",
"status": 1,
"creator_identity": "iCiLe4cm7skVtg6WA5UIN",
"created_at": "2024-03-03 11:09:13",
"password_confirmed": "",
"verify_code": "",
"org_genre": 0
}
],
"count": "2",
"statistics": {
"total": "2",
"available": "1",
"disable": "1"
}
}