DELETE/orgunits/{orgUnitId}/orgunit-access-restrict

組織の組織図閲覧の制限を削除する。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

directory
orgunit

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/orgunits/{orgUnitId}/orgunit-access-restrict

Path Parameters

ParameterTypeDescription
orgUnitId string 

組織を特定する ID (URL エンコードする)

  • 組織 ID (orgUnitId)
  • 組織の ExternalKey (externalKey:{orgUnitExternalKey})

required
example : orgunitf-f27f-4af8-27e1-03817a911417 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 404

Not Found