Menambahkan anggota ke ruang kerja secara batch.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:AddWorkspaceUsers |
create |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
ID ruang kerja. |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
| UserIds |
string |
Yes |
ID pengguna. Ini adalah UserID untuk Quick BI, bukan UID Alibaba Cloud.
|
de4bc5f9429141cc8091cdd1c15b**** |
| RoleId |
integer |
Yes |
ID peran ruang kerja preset. Rentang nilai:
|
25 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. Value range:
|
true |
| RequestId |
string |
Request ID. |
7AAB95D7-2E11-4FE2-94BC-858E4FC0C976 |
| Result |
object |
Returns the result of the API execution. |
|
| Failure |
integer |
Number of users that failed to be added. |
2 |
| FailureDetail |
object |
Reasons for the failures. |
{"2046274934845893" : "AE0150010001: This user already exists.", "1213444447906552" : "AE0150010001: This user already exists."} |
| Success |
integer |
Number of users that were added successfully. |
1 |
| Total |
integer |
Total number of users being added. |
3 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"RequestId": "7AAB95D7-2E11-4FE2-94BC-858E4FC0C976",
"Result": {
"Failure": 2,
"FailureDetail": {
"2046274934845893": "AE0150010001: This user already exists.",
"1213444447906552": "AE0150010001: This user already exists."
},
"Success": 1,
"Total": 3
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | |
| 400 | User.RoleType.Valid | The role ID is invalid. | |
| 400 | Viewer.CannotHave.CustomRole | Organization viewer cannot have custom roles. | |
| 400 | UserAnalyst.NotSupport.ThisRole | This role has permissions that analysts cannot grant. | |
| 400 | Workspace.Not.Exist | The group workspace does not exist. | |
| 400 | ApiUser.Not.Exists | The specified user does not exist. | |
| 400 | Viewer.AddInTo.Workspace | Organization members with viewer type are not allowed to add to workspace: %s. | |
| 400 | User.AlreadyIn.Workspace | This user already exists. | |
| 400 | User.AlreadyIn.Role | The user is already assigned this role. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.