更新群組織下指定使用者組的資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:UpdateUserGroup |
update |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| UserGroupId |
string |
是 |
使用者組 ID。 |
f5eeb52e-d9c2-4a8b-80e3-47ab55c2**** |
| UserGroupName |
string |
否 |
使用者組名稱。
|
pop0001 |
| UserGroupDescription |
string |
否 |
使用者組描述。
|
描述資訊 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
4AEF8C5C-D5D2-55D3-BB2F-9D3AA1B6F4FA |
| Result |
boolean |
介面是否執行成功。取值範圍:
|
true |
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "4AEF8C5C-D5D2-55D3-BB2F-9D3AA1B6F4FA",
"Result": true,
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Usergroup.Not.Exist | The user group does not exist. | |
| 400 | UserGroup.Remove.RootNode | The root user group cannot be deleted. | |
| 400 | UserGroup.Remove.WithChildren | This user group contains a child user group and cannot be deleted. | |
| 400 | Duplicate.Name.Error | The name already exists. | |
| 400 | Duplicate.UserGroupName.Error | There is already a user group with the same name %s, please rename it before saving. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。