{
"targetId": "string",
"targetType": "string",
"udvList": [
{
"key": "string",
"value": 0
}
]
}
curl --location --request POST 'https://core.authing.cn/api/v2/udvs/set-udv-batch' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer sdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetId": "string",
"targetType": "string",
"udvList": [
{
"key": "string",
"value": 0
}
]
}'
{
"code": 200,
"message": "获取成功",
"data": [
{
"key": "sdfsdfsdf",
"value": "333444",
"dataType": "STRING",
"label": "第一个自定义字段"
},
{
"key": "swe",
"value": "111222",
"dataType": "STRING",
"label": "第二个自定义字段"
}
]
}