Menghapus grup pengguna yang dikonfigurasi di Data Security Guard.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:DsgUserGroupDelete |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
No |
Informasi tentang grup pengguna. |
|
|
integer |
No |
ID grup pengguna. Anda dapat memanggil operasi DsgUserGroupQueryList untuk mengkueri ID grup pengguna. |
123 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
OpenApiResultModel |
||
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| ErrorCode |
string |
Kode kesalahan. |
1029030003 |
| ErrorMessage |
string |
Pesan kesalahan. |
param error |
| HttpStatusCode |
integer |
Kode status HTTP. |
400 |
| Data |
boolean |
Hasil operasi. Nilai yang valid:
|
true |
| RequestId |
string |
ID permintaan. Anda dapat menemukan log dan memecahkan masalah berdasarkan ID. |
102400001 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"ErrorCode": "1029030003",
"ErrorMessage": "param error",
"HttpStatusCode": 400,
"Data": true,
"RequestId": "102400001"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | USERGROUP.ACCOUNTLISTSIZE.ERROR | The number of account exceeds the limit. | The number of users exceeds the limit |
| 400 | USERGROUP.ID.ERROR | The user group ID does not match the tenant or does not exist. | The user group ID does not exist or does not belong to the tenant. |
| 400 | USERGROUP.LISTSIZE.ERROR | The number of user groups exceeds the limit. | The number of user groups exceeds the limit |
| 400 | USERGROUP.PAGESIZE.ERROR | Page size is too large, maximum of 100. | Page size limit, up to 100 |
| 400 | USERACCOUNT.OWNER.ERROR | User list or owner user does not exist. | User list or responsible user does not exist |
| 400 | PARAMS.ERROR | param error. | |
| 500 | UNKNOWN.ERROR | unknown error. | Unknown error. |
| 403 | PERMISSION.DENIED.ERROR | Permission denied | Insufficient permissions. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.