# 管理API

## 1. 调用方法

采用标准的 HTTP 方式，调用的URL为访问网站的URL+API地址，详情见 [API](/integration/api.md)。

## 2. 接口列表

| 分类     | 接口            | 新增版本     | 修改版本  |
| ------ | ------------- | -------- | ----- |
| 权限管理   | 获取项目角色列表      | 4.4.2    |       |
| 权限管理   | 添加项目成员        | 4.4.2    |       |
| 权限管理   | 删除项目成员        | 4.4.2    |       |
| 元数据管理  | 获取用户属性        | 4.3.5    |       |
| 元数据管理  | 获取元事件列表       | 4.3.5    | 4.6   |
| 元数据管理  | 获取事件属性        | 4.3.5    | 4.5.0 |
| 元数据管理  | 创建虚拟事件        | 5.1.0221 |       |
| 元数据管理  | 修改虚拟事件        | 5.1.0221 |       |
| 数据接入管理 | 获取用户属性方案列表    | 4.6.0112 |       |
| 数据接入管理 | 获取事件方案列表      | 4.6.0112 |       |
| 数据接入管理 | 获取某个事件的属性方案   | 4.6.0112 |       |
| 数据接入管理 | 新增用户属性埋点方案    | 4.6.0112 |       |
| 数据接入管理 | 新增事件和事件属性埋点方案 | 4.6.0112 |       |
| 数据接入管理 | 修改用户属性埋点方案    | 4.6.0112 |       |
| 数据接入管理 | 修改事件埋点方案      | 4.6.0112 |       |
| 数据接入管理 | 修改事件属性埋点方案    | 4.6.0112 |       |
| 维度表管理  | 获取维度表字段       | 5.3.3    |       |
| 维度表管理  | 更新维度表         | 5.3.3    |       |
| 维度表管理  | 创建维度表         | 5.3.3    |       |
| 维度表管理  | 清空维度表         | 5.3.3    |       |
| 维度表管理  | 删除维度表         | 5.3.3    |       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arkdocs.analysys.cn/integration/api/api-manage-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
