> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/bang-zhu-zhong-xin/re-men-fen-lei/atrip/yong-hu-guan-li.md).

# 用户管理

**访问用户管理配置**

“用户管理”信息可以在ATRIP的“Profile”部分找到。

ATRIP -> Profile -> User Management

![](/files/ZxrqFW5vznL8nLujl8L2)

\
**用户列表**

此列表用于显示和管理客户的用户信息。

![](/files/onud84H8hKcHbNUBmZwJ)

我们将显示以下用户信息：

**Contact Person**：用户的名字。

**Email：用户的电子邮件地址，也是用户的登录账户。**

**User Role**：用户的角色名称。不同角色的用户在登录到ATRIP后看到不同的菜单信息。

**Status**：用户的状态，用于区分用户是否处于活跃状态。

**Last Modified**：信息更新的时间。

**Date Created**：用户创建的时间。

同时，该页面还提供了筛选功能，帮助客户快速找到他们想要的用户数据。

列表将包含两种类型的数据，一种是由客户手动创建的，另一种是通过SSO登录的。通过标签可以区分SSO用户和普通用户。

**创建用户**

我们已简化了用户创建的流程。现在，您只需要输入名、姓、电子邮件地址和角色信息就能完成新用户的创建。

“电子邮件地址”将被用作用户的登录账户，我们将向新创建的用户发送欢迎电子邮件，指导他们进入ATRIP创建密码并激活他们的账户。

新创建的用户默认为“活跃”。

![](/files/jTlmGmn7iIZPetcVmKjE)

**更新用户信息**

我们允许客户管理和更新他们自己的用户信息。

我们仅允许修改用户的名字、用户权限（角色）和状态。禁止SSO用户修改任何用户信息。

![](/files/4Imzpy3JNvzfy8Q1zJfo)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/bang-zhu-zhong-xin/re-men-fen-lei/atrip/yong-hu-guan-li.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
