Memperbarui informasi tentang grup pengguna tertentu dalam suatu organisasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:UpdateUserGroup |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserGroupId |
string |
Yes |
ID grup pengguna. |
f5eeb52e-d9c2-4a8b-80e3-47ab55c2**** |
| UserGroupName |
string |
No |
Nama grup pengguna.
|
pop0001 |
| UserGroupDescription |
string |
No |
Deskripsi grup pengguna.
|
描述信息 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
4AEF8C5C-D5D2-55D3-BB2F-9D3AA1B6F4FA |
| Result |
boolean |
Menunjukkan apakah API berhasil dipanggil. Nilai yang valid:
|
true |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "4AEF8C5C-D5D2-55D3-BB2F-9D3AA1B6F4FA",
"Result": true,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.