Skip to content

doc: invitation link #4217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: "邀请链接说明文档"
description: "如何使用邀请链接来邀请团队成员"
icon: "group"
draft: false
toc: true
weight: 451
---

v4.9.1 团队邀请成员将开始使用「邀请链接」的模式,弃用之前输入用户名进行添加的形式。

在版本升级后,原收到邀请还未加入团队的成员,将自动清除邀请。请使用邀请链接重新邀请成员。

## 如何使用

1. **在团队管理页面,管理员可点击「邀请成员」按钮打开邀请成员弹窗**

![](/imgs/guide/team_permissions/invitation_link/image1.png)

2. **在邀请成员弹窗中,点击「创建邀请链接」按钮,创建邀请链接。**

![](/imgs/guide/team_permissions/invitation_link/image2.png)

3. **输入对应内容**

![](/imgs/guide/team_permissions/invitation_link/image3.png)

链接描述:建议将链接描述为使用场景或用途。链接创建后不支持修改噢。

有效期:30分钟,7天,1年

有效人数:1人,无限制

4. **点击复制链接,并将其发送给想要邀请的人。**

![](/imgs/guide/team_permissions/invitation_link/image4.png)

5. **用户访问链接后,如果未登录/未注册,则先跳转到登录页面进行登录。在登录后将进入团队页面,处理邀请。**

> 邀请链接形如:fastgpt.cn/account/team?invitelinkid=xxxx

![](/imgs/guide/team_permissions/invitation_link/image5.png)

点击接受,则用户将加入团队

点击忽略,则关闭弹窗,用户下次访问该邀请链接则还可以选择加入。

## 链接失效和自动清理

### 链接失效原因

手动停用链接

邀请链接到达有效期,自动停用

有效人数为1人的链接,已有1人通过邀请链接加入团队。

停用的链接无法访问,也无法再次启用。

### 链接上限

一个用户最多可以同时存在 10 个**有效的**邀请链接。

### 链接自动清理

失效的链接将在 30 天后自动清理。
Loading