DataWorks MCP Server

Official

ListProjectMembers

Retrieve a list of DataWorks workspace members by specifying project ID, role codes, or user IDs. Use pagination to manage results efficiently. Ideal for managing team access and roles within DataWorks.

Instructions

查询工作空间成员列表

Input Schema

NameRequiredDescriptionDefault
PageNumberNo请求的数据页数,用于翻页
PageSizeNo每页显示的条数,默认为10条,最大100条
ProjectIdNoDataWorks工作空间的ID
RoleCodesNo工作空间角色Code列表
UserIdsNoDataworks账号ID列表

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "PageNumber": { "description": "请求的数据页数,用于翻页" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大100条" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "RoleCodes": { "description": "工作空间角色Code列表", "items": { "type": "string" }, "type": "array" }, "UserIds": { "description": "Dataworks账号ID列表", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr