{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "string",
"role_id": 0,
"query": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/member/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "string",
"role_id": 0,
"query": "string"
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"p": 0,
"limit": 0,
"total": 0,
"items": [
{
"member_id": 0,
"member_name": "string",
"phone": "string",
"phone_verified": "string",
"email": "string",
"email_verified": "string",
"account_role_ids": [
0
],
"time_zone": "Asia/Shanghai",
"locale": "zh-CN",
"status": "string",
"created_at": 0,
"updated_at": 0,
"ref_id": "string"
}
]
}
}