{
"user_ids": [
"string"
]
}curl --location --request POST '/v7/users/custom_attrs/batch_read' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
"string"
]
}'{
"data": {
"users": [
{
"custom_attrs": [
{
"attr_id": "string",
"attr_name": "string",
"attr_value_type": "string",
"option": "string",
"relation_depts": [
"string"
],
"relation_user": "string",
"text": "string",
"url": {
"link": "string",
"title": "string"
}
}
],
"user_id": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}