{
"auth_corpid": "wwxxxxxx",
"sort_type": 1,
"useridlist": [
"zhangshan",
"lisi"
]
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/service/contact/sort?provider_access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_corpid": "wwxxxxxx",
"sort_type": 1,
"useridlist": [
"zhangshan",
"lisi"
]
}'
{
"errcode": 0,
"useridlist": [
"string"
],
"errmsg": "string"
}