{
"limit": 10,
"offset": 0,
"order": "asc",
"queryParam": {
"fullname$VLK": "",
"account$VLK": "",
"roleId$VEQ": ""
}
}
curl --location --request GET '/ab-org/orgRelation/queryGroupUser' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 10,
"offset": 0,
"order": "asc",
"queryParam": {
"fullname$VLK": "",
"account$VLK": "",
"roleId$VEQ": ""
}
}'
{}