Adds a user to a DataWorks workspace.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes CreateProjectMember

The operation that you want to perform. Set the value to CreateProjectMember.

ProjectId Long Yes 27

The ID of the DataWorks workspace.

UserId String Yes 1234

The ID of the user to be added.

RegionId String Yes cn-shanghai

The ID of the region in which the DataWorks workspace resides. For example, the ID of the China (Shanghai) region is cn-shanghai, and that of the China (Zhangjiakou) region is cn-zhangjiakou. The system automatically determines the value of this parameter based on the endpoint that is used to call the operation.

ClientToken String No 1AFAE64E-D1BE-432B-A9****

The client token that is used to ensure the idempotence of the request. We recommend that you set this parameter to a UUID.

RoleCode String No role_project_guest

The code of the role. This parameter is optional. If you specify the RoleCode parameter, the user is assigned the role.

Response parameters

Parameter Type Example Description
RequestId String 1AFAE64E-D1BE-432B-A9****

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=CreateProjectMember
&ProjectId=27
&RegionId=cn-shanghai
&UserId=1234
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateProjectMemberResponse>
    <RequestId>1AFAE64E-D1BE-432B-A9****</RequestId>
</CreateProjectMemberResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "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 error message returned because the specified data source does not exist.
400 Invalid.Tenant.ProjectNotExists The project does not exist. The error message returned because the specified workspace does not exist.
400 Invalid.Tenant.UserNotInProject The user is not in the project. The error message returned because the user is not added to the workspace.
400 Invalid.Tenant.UserAlreadyInProject The user already exists in the project. The error message returned because the user to be added is in the workspace.
400 Invalid.Tenant.UserNotInTenant The user is not in the tenant. The error message returned because the member to be added does not belong to the tenant.
403 Invalid.Tenant.UserIsNotProjectOwnerOrAdmin The user is not a project administrator or owner. The error message returned because the user is not the workspace owner or a workspace administrator.
403 Invalid.Tenant.UserNotInTenant The user is not in tenant. The error message returned because the user does not belong to the tenant.

For a list of error codes, visit the API Error Center.