# 权限管理

## **管理权限**

1. 进入你想要共享的 **Data Service（数据服务）**。
2. 点击功能栏中的 **共享（Share）** 按钮。
3. 查看已拥有访问权限的用户及其角色：
   * **管理员（Administrators）**：可以管理所有资产和用户。
   * **开发者（Developers）**：可以编辑数据服务。
   * **查看者（Viewers）**：可以查看和下载数据。
   * **访客（Guests）**：项目的外部用户，仅能查看已授权的特定资产。

> **注意**：
>
> * 项目成员将根据他们在项目中的角色自动获得相应的默认权限，例如：
>   * **管理员** 可以管理
>   * **开发者** 可以编辑
>   * **查看者** 可以查看
> * 这些默认访问权限无法在数据服务共享设置中单独修改。
> * 如需更改用户角色，请前往 **项目设置（Project settings）** 更新其角色。

## **添加用户**

1. 在 **共享（Share）** 弹窗中，点击搜索框。
2. 按姓名或邮箱搜索用户。
3. 选择用户，并授予其 **查看权限（Can View）**。
4. 用户将作为 **访客（Guest）** 自动加入到该项目中。

> 如果无法找到用户，请检查他们是否已加入当前组织。你可以在 **组织设置（Organization settings）** 中确认。

<figure><img src="/files/hTc4PMxz5PgBgb7OAT98" alt=""><figcaption></figcaption></figure>

## **移除用户**

1. 在 **共享（Share）** 弹窗中，找到你想移除的用户。
2. 点击其名字右侧的 **移除（Remove）** 按钮，撤销其访问权限。

<figure><img src="/files/3eI9AYfcRt4V3AAw2Lrp" alt=""><figcaption></figcaption></figure>


---

# 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://docs.reorc.com/cn-reorc-help-center/data-service/quan-xian-guan-li.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.
