是否有人有一个脚本会通过Google管理员中的OU并返回每个组和子组的设置?
我正在寻找一种简单的方法来比较多个OU的设置。
答案 0 :(得分:0)
根据此documentation,要检索单位部门,请使用以下GET
请求并包含Authorize requests中所述的授权。 orgUnitPath
查询字符串是此单位部门的完整路径。有关请求和响应属性,请参阅API Reference。
如果您是管理员检索单位部门,请使用my_customer
。
GET https://www.googleapis.com/admin/directory/v1/customer/my_customer/orgunits/orgUnitPath
如果您是转售商检索转售客户的单位部门,请使用customerId。要获得customerId,请使用Retrieve a user操作。
GET https://www.googleapis.com/admin/directory/v1/customer/customerId/orgunits/orgUnitPath