Authorization: ********************{
"groupRelationships": [
{
"group": "Channel Marketing",
"groupType": "Department",
"parent": "Marketing",
"parentType": "Division"
},
{
"group": "Marketing",
"groupType": "Division",
"parent": null,
"parentType": null
}
]
}curl --location --request PUT 'https://api.calven.com/v1/directory/group-hierarchy-relationship' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupRelationships": [
{
"group": "Channel Marketing",
"groupType": "Department",
"parent": "Marketing",
"parentType": "Division"
},
{
"group": "Marketing",
"groupType": "Division",
"parent": null,
"parentType": null
}
]
}'