From a4e9d97a7834d48c0f3c25740212c7f626680f6a Mon Sep 17 00:00:00 2001 From: Nathan C <39100023+nathanctech@users.noreply.github.com> Date: Mon, 13 May 2024 20:42:27 -0400 Subject: [PATCH] Read-only members can invite bots (#6408) Read-only (and by extension, admin/owner) can invite bots marked private. Clarifying this as it may not be apparent. --- docs/topics/Teams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/Teams.md b/docs/topics/Teams.md index 153adc49e0..db3a3373b4 100644 --- a/docs/topics/Teams.md +++ b/docs/topics/Teams.md @@ -43,7 +43,7 @@ Team members can be one of four roles (owner, admin, developer, and read-only), | Owner\* | | Owners are the most permissiable role, and can take destructive, irreversible actions like deleting team-owned apps or the team itself. Teams are limited to 1 owner. | | Admin | admin | Admins have similar access as owners, except they cannot take destructive actions on the team or team-owned apps. | | Developer | developer | Developers can access information about team-owned apps, like the client secret or public key. They can also take limited actions on team-owned apps, like configuring interaction endpoints or resetting the bot token. Members with the Developer role *cannot* manage the team or its members, or take destructive actions on team-owned apps. | -| Read-only | read_only | Read-only members can access information about a team and any team-owned apps. Some examples include getting the IDs of applications and exporting payout records. | +| Read-only | read_only | Read-only members can access information about a team and any team-owned apps. Some examples include getting the IDs of applications and exporting payout records. Members can also invite bots associated with team-owned apps that are marked private. | \* The owner role is not represented in the `role` field on the [team member object](#DOCS_TOPICS_TEAMS/data-models-team-member-object). Instead, the `owner_user_id` field on the [team object](#DOCS_TOPICS_TEAMS/data-models-team-object) should be used to identify which user has the owner role for the team.