{
"communityIds": [
{
"communityId": "2025052264550142",
"communityName": "Y小区"
},
{
"communityId": "2025052264550143",
"communityName": "Z小区"
}
],
"roleId": 6002022082274690000
}
curl --location --request POST '/j2-orgmanager/role/community/addRoleCommunity' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityIds": [
{
"communityId": "2025052264550142",
"communityName": "Y小区"
},
{
"communityId": "2025052264550143",
"communityName": "Z小区"
}
],
"roleId": 6002022082274690000
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}