Hi @michael.kuhl - great attention to detail & great question. I’ve tried every combo of strings & dictionaries with a colleagues to test, but I was unable to find the answer. I’ve reached out to our Engineering team for assistance. I’ll be sure to let you know as soon as I hear from them!
Hi @michael.kuhl -- appreciate your patience. Here’s what Engineering said:
groups
should be a dictionary (map). And for each key-value pair inside this map, the value could be a string or an array of strings.
here are some examples we used in test code:
"groups":{"Department":n"Engineering"]}
"groups":{"company_id":"1","company_name":m"Test","Test 2"]}
I hope this helps!
Thanks @jmagg - This helps!