Assigns roles to members in a workspace.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | long | Yes | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID. | 105149 |
UserId | string | Yes | The DataWorks workspace ID. You can log on to the DataWorks console, choose More > Management Center in the left-side navigation pane, select the desired workspace on the Management Center page, and then click Go to Management Center. In the left-side navigation pane of the SettingCenter page, click Tenant Members and Roles. On the Tenant Members and Roles page, view the IDs of the accounts used by the members in the workspace. | 123422344899 |
RoleCodes | array | Yes | The codes of the roles in the workspace. You can call the ListProjectRoles operation to query the codes of all roles in the workspace. You must configure this parameter to specify the roles that you want to assign to members in the workspace. | |
string | Yes | The code of a role in the workspace. | role_project_guest |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "2d9ced66-38ef-4923-baf6-391dd3a7e656"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|