我正在尝试通过 API 修补现有组,但它返回此错误:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "Permission denied: Cannot hide from Groups directory."
}
],
"code": 400,
"message": "Permission denied: Cannot hide from Groups directory."
}
}
该组当前具有“showInGroupDirectory”=> false。
我在补丁请求中将 showInGroupDirectory 设置为 true,所以我不知道为什么会收到此错误。