UpdateOUDataModel
Data contract for the workflowStep of "UpdateOU".
Properties
| Name | Description | Additional information |
|---|---|---|
| ImportOUs | An array of OUs. Depending on the triggering object, it may contains one or more than one OUs. |
Sample
application/json
Sample:
{
"ImportOUs": [
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
},
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
},
{
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"RelativeOU": "sample string 1"
}
]
}