OrganizationalUnitModel

Internal representation of Organizational Unit, which contains two parts: one is its domain, the other one is its relative path to the domain.

Properties

NameDescription Additional information
Domain

No documentation available.

Type: ReferenceDataModel

RelativeOU

No documentation available.

Type: String

Sample

application/json

Sample:
{
  "Domain": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "RelativeOU": "sample string 1"
}