Skip to content

Commit

Permalink
Read-only members can invite bots (#6408)
Browse files Browse the repository at this point in the history
Read-only (and by extension, admin/owner) can invite bots marked private. Clarifying this as it may not be apparent.
  • Loading branch information
nathanctech authored May 14, 2024
1 parent e4b8c73 commit a4e9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a4e9d97

Please sign in to comment.