Adds a user to a DataWorks workspace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:CreateProjectMember |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
The ID of the DataWorks workspace. |
27 |
| UserId |
string |
Yes |
The ID of the user to be added. |
1234 |
| ClientToken |
string |
No |
The idempotence string. A UUID is recommended. |
1AFAE64E-D1BE-432B-A9**** |
| RoleCode |
string |
No |
The role code. This parameter is optional. If this parameter is specified, the user is also added to the specified role. |
role_project_guest |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
1AFAE64E-D1BE-432B-A9**** |
Examples
Success response
JSON format
{
"RequestId": "1AFAE64E-D1BE-432B-A9****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The connection does not exist. |
| 400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The project does not exist. |
| 400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
| 400 | Invalid.Tenant.UserAlreadyInProject | The user already exists in the project. | The user has already existed in project. |
| 400 | Invalid.Tenant.UserNotInTenant | The user is not in the tenant. | The user is not in the tenant. |
| 403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not a project administrator or owner. |
| 403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user is not in tenant. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.