All Products
Search
Document Center

DataWorks:GrantMemberProjectRoles

Last Updated:Dec 19, 2024

Assigns roles to members in a workspace.

Operation description

This API operation is available for all DataWorks editions.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectIdlongYes

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID.

105149
UserIdstringYes

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
RoleCodesarrayYes

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.

stringYes

The code of a role in the workspace.

role_project_guest

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID. You can use the ID to query logs and troubleshoot issues.

2d9ced66-38ef-4923-baf6-391dd3a7e656

Examples

Sample success responses

JSONformat

{
  "RequestId": "2d9ced66-38ef-4923-baf6-391dd3a7e656"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history