Authorization: Bearer ********************
{
"user_id": "string(24)",
"connection": "wechat:pc1",
"link_with": "irure cupidatat sed ex labore",
"provider": "wechat:pc"
}
curl --location -g --request POST 'https://..authok.cn/api/v1/users/authok|string(24)/identities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string(24)",
"connection": "wechat:pc1",
"link_with": "irure cupidatat sed ex labore",
"provider": "wechat:pc"
}'
[
{
"connection": "wechat",
"user_id": "12",
"provider": "47",
"is_social": true,
"access_token": "mollit exercitation dolore",
"profile_data": {
"email": "s.tcmvrply@qq.com",
"emailVerified": false,
"name": "提农治把联",
"username": "曹霞",
"given_name": "科即关型",
"phone_number": "24",
"phone_number_verified": true,
"family_name": "受深文道",
"picture": "http://dummyimage.com/400x400",
"city": "杭州市",
"province": "甘肃省",
"country": "sunt aliqua consectetur ut in",
"gender": 55,
"nickname": "傅强",
"openid": "26",
"unionid": "50"
}
},
{
"connection": "wechat",
"user_id": "31",
"provider": "69",
"is_social": true,
"access_token": "in",
"profile_data": {
"email": "m.gomlpygf@qq.com",
"emailVerified": false,
"name": "入太系自造",
"username": "蒋明",
"given_name": "六际四维",
"phone_number": "19",
"phone_number_verified": false,
"family_name": "列满通名果但",
"picture": "http://dummyimage.com/400x400",
"city": "赤峰市",
"province": "四川省",
"country": "ea",
"gender": 64,
"nickname": "邓涛",
"openid": "15",
"unionid": "49"
}
}
]