Open
Description
from customer in zd ticket 3558
update group idp sync settings by organization uses the example:
{
"auto_create_missing_groups": true,
"field": "string",
"legacy_group_name_mapping": {
"property1": "string",
"property2": "string"
},
"mapping": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"regex_filter": {}
}
but doesn't explain what should be applied for field
or mapping