{
"token":"sdjfghfodjgjshgfiw23ehrt43",
"userGroups": [
{
"name": "groupA",
"externalGroupId": "gId1",
"externalParentGroupId":"parent_gId1"
},
{
"name": "groupB",
"externalGroupId": "gId2",
"externalParentGroupId":"parent_gId2"
}
]
}curl --location --request POST '/public-api/user-groups/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"sdjfghfodjgjshgfiw23ehrt43",
"userGroups": [
{
"name": "groupA",
"externalGroupId": "gId1",
"externalParentGroupId":"parent_gId1"
},
{
"name": "groupB",
"externalGroupId": "gId2",
"externalParentGroupId":"parent_gId2"
}
]
}'{
"result": "ok",
"response": "1 Groups modified successfully"
}