curl --location -g --request POST 'https://openapi.beschannels.com/system/open-api/list?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHN_67Z5EZskh4YMcymD5enS4GGjWpOERwQtug3Y4AGwvbvLB_A3TwKBpb_J4z0MUm6oaNQmqA-3Ef9Q-PHbVPk3' \
--data-urlencode 'page_num=1' \
--data-urlencode 'page_size=20' \
--data-urlencode 'search_str=' \
--data-urlencode 'status=' \
--data-urlencode 'profile_id=' \
--data-urlencode 'role_id=' \
--data-urlencode 'email_list=' \
--data-urlencode 'create_start_time=' \
--data-urlencode 'create_end_time='
{
"code": 0,
"msg": "成功",
"data": {
"total": "64",
"list": [
{
"user_id": "userd28037db55117b959b29ba3727222fe4",
"full_name": "张三",
"email": "tmp-2@scrmtech.com",
"mobile": "15611390855",
"headimg": "",
"status": "1",
"role_name": "普通用户",
"profile_name": "普通用户"
},
{
"user_id": "userbcf07f826e929e0db44e32ecb5e3e282",
"full_name": "bs",
"email": "test301@scrmtech.com",
"mobile": "15612399786",
"headimg": "",
"status": "1",
"role_name": "市场经理",
"profile_name": "市场经理"
},
{
"user_id": "user6ba06e8e216c1c697ac90856e3af8da5",
"full_name": "萨达",
"email": "bx@qq.com",
"mobile": "",
"headimg": "",
"status": "1",
"role_name": "全部",
"profile_name": "市场总监"
}
]
}
}