All Products
Search
Document Center

DataWorks:GetProjectMember

Last Updated:Mar 21, 2026

Retrieves the details of a specific member in a Workspace.

Operation description

This operation is available only in DataWorks Basic Edition and later.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

dataworks:GetProjectMember

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

ProjectId

integer

Yes

The ID of the DataWorks Workspace. You can sign in to the DataWorks Console and go to the Workspace Management page to obtain the Workspace ID.

This parameter is used to identify the DataWorks workspace that you want to access.

88757

UserId

string

Yes

The ID of the user. To find the ID, sign in to the DataWorks Console, go to the Management Center, select the target Workspace, and open the Tenant Members and Roles page.

123422****

Response elements

Element

Type

Description

Example

object

The returned data.

RequestId

string

The request ID. Use this ID to locate logs and troubleshoot issues.

8abcb91f-d266-4073-b907-2ed670378ed1

ProjectMember

object

The details of the Workspace member.

ProjectId

integer

The ID of the Workspace.

88757

UserId

string

The ID of the user.

123422344899

Status

string

The status of the Workspace member.

  • Normal: The member is active.

  • Disabled: The member is disabled.

Normal

Roles

array<object>

Roles assigned to the Workspace member.

object

Details of an assigned role.

Code

string

The code of the Workspace role.

The built-in system roles in a DataWorks Workspace include:

  • role_project_admin: Workspace Administrator

  • role_project_dev: Developer

  • role_project_dg_admin: Data Governance Administrator

  • role_project_guest: Guest

  • role_project_security: Security Administrator

  • role_project_deploy: Deployment

  • role_project_owner: Workspace Owner

  • role_project_data_analyst: Data Analyst

  • role_project_pe: O&M (Operations & Maintenance)

  • role_project_erd: Model Designer

role_project_guest

Name

string

The name of the Workspace role.

Visitors

Type

string

The type of the Workspace role.

  • UserCustom: A user-defined role.

  • System: A built-in System Role.

System

UserName

string

The name of the user.

Examples

Success response

JSON format

{
  "RequestId": "8abcb91f-d266-4073-b907-2ed670378ed1",
  "ProjectMember": {
    "ProjectId": 88757,
    "UserId": "123422344899",
    "Status": "Normal",
    "Roles": [
      {
        "Code": "role_project_guest",
        "Name": "Visitors",
        "Type": "System"
      }
    ],
    "UserName": ""
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.