Resource: OrgUnit
Managing your account's organizational units allows you to configure your users' access to services and custom settings. For more information about common organizational unit tasks, see the Developer's Guide. The customer's organizational unit hierarchy is limited to 35 levels of depth.
JSON representation |
---|
{ "kind": string, "name": string, "description": string, "etag": string, "blockInheritance": boolean, "orgUnitId": string, "orgUnitPath": string, "parentOrgUnitId": string, "parentOrgUnitPath": string } |
Fields | |
---|---|
kind |
The type of the API resource. For Orgunits resources, the value is |
name |
The organizational unit's path name. For example, an organizational unit's name within the /corp/support/sales_support parent path is sales_support. Required. |
description |
Description of the organizational unit. |
etag |
ETag of the resource. |
blockInheritance |
Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is |
orgUnitId |
The unique ID of the organizational unit. |
orgUnitPath |
The full path to the organizational unit. The |
parentOrgUnitId |
The unique ID of the parent organizational unit. Required, unless |
parentOrgUnitPath |
The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless |
Methods |
|
---|---|
|
Removes an organizational unit. |
|
Retrieves an organizational unit. |
|
Adds an organizational unit. |
|
Retrieves a list of all organizational units for an account. |
|
Updates an organizational unit. |
|
Updates an organizational unit. |