Mengubah peran anggota tertentu di ruang kerja, peran yang ada akan ditimpa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:UpdateWorkspaceUserRole |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
ID ruang kerja. |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
| UserId |
string |
Yes |
ID pengguna Quick BI. |
f5698bedeb384b1986afccd9e434**** |
RoleId
deprecated
|
integer |
No |
ID peran ruang kerja bawaan, peran yang ada akan ditimpa. Rentang nilai:
|
25 |
| RoleIds |
string |
No |
Beberapa ID peran ruang kerja, dipisahkan dengan koma. Jika nilai ini diberikan, nilai ini akan diutamakan. Penting roleId dan roleIds tidak boleh kosong bersamaan |
25,26 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
boolean |
Returns the result of the interface execution. Value range:
|
true |
| Success |
boolean |
Indicates whether the request was successful. Value range:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": true,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | |
| 400 | Workspace.Not.Exist | The group workspace does not exist. | |
| 400 | Workspace.Type.Error | The type of group workspace is invalid. | |
| 400 | User.NotIn.Workspace | The user is not a member of the group workspace. | |
| 400 | Remove.AdminRoleOf.WorkspaceOwner | The owner of the group workspace must be assigned the administrator role. | |
| 400 | User.RoleType.Valid | The role ID is invalid. | |
| 400 | User.AlreadyIn.Role | The user is already assigned this role. | |
| 400 | AnalystUser.NotSupport.AdminOrDevRole | Analyst users do not support granting workspace administrator or developer roles. | |
| 400 | UserAnalyst.NotSupport.ThisRole | This role has permissions that analysts cannot grant. | |
| 400 | Viewer.CannotHave.CustomRole | Organization viewer cannot have custom roles. | |
| 400 | BindRole.NotExist.Error | Bind role not exist, %s. | |
| 400 | Name.RegularExpression.Error | Name format validation failed. | |
| 400 | NameExceeded.MaxLength.Error | The name cannot exceed %s characters in length. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.