{
"customerIds": [
0
],
"unionids": [
"string"
],
"externalUserIds": [
"string"
],
"mobiles": [
"string"
]
}
curl --location --request POST '/open-api/customer/wecom/customer/get' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerIds": [
0
],
"unionids": [
"string"
],
"externalUserIds": [
"string"
],
"mobiles": [
"string"
]
}'
{
"code": 0,
"data": [
{
"id": 0,
"externalUserId": "string",
"unionid": "string",
"nickName": "string",
"avatar": "string",
"name": "string",
"mobile": [
"string"
],
"createTime": "2019-08-24T14:15:22Z"
}
],
"msg": "string",
"requestId": "string"
}