{
"id": "66"
}
curl --location --request POST '/sncuser/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "66"
}'
{
"returncode": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": "string",
"entid": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"usercode": "string",
"username": "string",
"memo": "string",
"usertype": 0,
"mobileno": "string",
"email": "string",
"effectivedate": "string",
"expiredate": "string",
"status": 0,
"maxaccountcount": 0,
"currentaccountcount": 0
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}