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