Hello Sailors,
What is the best way to provision(create & Modify) below attributes in Google workspace using SP IDN G G -Suite connector?
- externalIds
- organizations
"externalIds": [
{
"value": "1001",
"type": "organization"
}
]
"organizations": [
{
"title": "Test ",
"primary": true,
"customType": "",
"department": "SP",
"description": "Full Time"
}
],
Thanks !!