リソース: OrgUnit
アカウントの組織部門を管理するには、ユーザーのサービスとカスタム設定にアクセスできます。組織部門の一般的なタスクについて詳しくは、デベロッパー ガイドをご覧ください。顧客の組織部門の階層の深さは 35 レベルまでに制限されます。
JSON 表現 |
---|
{ "kind": string, "name": string, "description": string, "etag": string, "blockInheritance": boolean, "orgUnitId": string, "orgUnitPath": string, "parentOrgUnitId": string, "parentOrgUnitPath": string } |
フィールド | |
---|---|
kind |
API リソースのタイプ。Orgunits リソースの場合、値は |
name |
組織部門のパス名。たとえば、/corp/support/sales_support という親パス内にある組織部門の名前は sales_support です。必須。 |
description |
組織部門の説明。 |
etag |
リソースの ETag。 |
blockInheritance |
下位組織部門が親組織の設定を継承できるかどうかを決定します。デフォルト値は |
orgUnitId |
組織部門の一意の ID。 |
orgUnitPath |
組織部門へのフルパス。 |
parentOrgUnitId |
親組織部門の一意の ID。 |
parentOrgUnitPath |
組織部門の親パス。たとえば、/corp/sales は /corp/sales/sales_support 組織部門の親パスです。 |
メソッド |
|
---|---|
|
組織部門を削除します。 |
|
組織部門を取得します。 |
|
組織部門を追加します。 |
|
アカウントのすべての組織部門のリストを取得します。 |
|
組織部門を更新します。 |
|
組織部門を更新します。 |