{
"SaasAppID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Search": "string",
"Pagination": {
"rows": 0,
"page": 0,
"sidx": "string",
"sord": "string",
"records": 0
}
}curl --location --request POST '/api/SaasUser/GetList' \
--header 'Content-Type: application/json' \
--data-raw '{
"SaasAppID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Search": "string",
"Pagination": {
"rows": 0,
"page": 0,
"sidx": "string",
"sord": "string",
"records": 0
}
}'{
"state": 200,
"message": null,
"data": {
"rows": [
{
"ID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"SaasAppID": "3fff2f70-37e8-4ac6-ac73-af410599c011",
"SaasAppCode": "dev",
"SaasAppName": "qdm dev",
"UserName": "sys",
"FriendlyName": "海特管理员",
"SSOName": "sys",
"LastLoginDate": null,
"Status": 1,
"Remark": "",
"CreateTime": "2025-02-13 14:16:49.733",
"CreateUserId": "013793e0-8182-44e6-92b5-3631c788043c",
"IsDeleted": false,
"DeleteTime": null,
"DeleteUserId": null,
"UseTenants": null
}
],
"total": 1
}
}