All Products
Search
Document Center

:ListProjectMembers

Last Updated:Jun 11, 2026

Mengkueri daftar anggota yang ada di ruang kerja DataWorks.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

ProjectId

integer

Yes

ID ruang kerja DataWorks.

27

PageNumber

integer

No

Nomor halaman. Nilai valid: 1 hingga 30. Nilai default: 1.

1

PageSize

integer

No

Jumlah entri per halaman. Nilai default: 10. Nilai maksimum: 100.

10

Elemen respons

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

1AFAE64E-D1BE-432B-A9****

Data

object

The returned results.

PageNumber

integer

The page number.

1

PageSize

integer

The number of entries per page.

10

TotalCount

integer

The total number of entries returned.

3

ProjectMemberList

array<object>

The information about members in the DataWorks workspace.

array<object>

Status

string

The status of the member. Valid values:

  • 0: NORMAL, which indicates that the member is in a normal state.

  • 1: FORBIDDEN, which indicates that the member is disabled.

  • 2: DELETED, which indicates that the member is deleted.

0

ProjectMemberId

string

The member ID.

121

Nick

string

The nickname of the member.

zhangsan

ProjectMemberName

string

The name of the member.

张三

ProjectMemberType

string

The type of the member. Valid values:

  • 1: USER_ALIYUN, which indicates that the member is an Alibaba Cloud account.

  • 5: USER_UBACCOUNT, which indicates that the member is a RAM user.

  • 6: USER_STS_ROLE, which indicates that the member is a RAM role.

1

ProjectRoleList

array<object>

The roles that are assigned to the member.

object

ProjectRoleId

integer

The role ID.

1

ProjectRoleType

string

The type of the role. Valid values:

  • 0: SYSTEM, which indicates that the role is a built-in role.

  • 2: USER_CUSTOM, which indicates that the role is a custom role.

0

ProjectRoleName

string

The name of the role. DataWorks provides built-in roles and allows you to create custom roles based on your business requirements. For more information about roles, see Overview of users, roles, and permissions.

访客

ProjectRoleCode

string

The code of the role. DataWorks provides built-in roles and allows you to create custom roles based on your business requirements. For more information about roles, see Overview of users, roles, and permissions.

role_project_guest

Contoh

Respons sukses

JSONformat

{
  "RequestId": "1AFAE64E-D1BE-432B-A9****",
  "Data": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 3,
    "ProjectMemberList": [
      {
        "Status": "0",
        "ProjectMemberId": "121",
        "Nick": "zhangsan",
        "ProjectMemberName": "张三",
        "ProjectMemberType": "1",
        "ProjectRoleList": [
          {
            "ProjectRoleId": 1,
            "ProjectRoleType": "0",
            "ProjectRoleName": "访客",
            "ProjectRoleCode": "role_project_guest"
          }
        ]
      }
    ]
  }
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 Invalid.Tenant.ConnectionNotExists The connection does not exist.
400 Invalid.Tenant.ProjectNotExists The project does not exist.
400 Invalid.Tenant.UserNotInProject The user is not in the project.
403 Invalid.Tenant.UserIsNotProjectOwnerOrAdmin The user is not a project administrator or owner.
403 Invalid.Tenant.UserNotInTenant The user is not in tenant.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.