Reference

LAST EDIT Mar 19 2024

This reference contains some useful information about permission system, applicable to both versions.

Actions

Copied!

In the table below you will find all available actions of Stream Chat permission system

ActionResource TypeDescription
AddLinksChannelAllows user to add URLs into messages
AddOwnChannelMembershipChannelAllows user to add own channel membership (join channel)
BanChannelMemberChannelAllows user to ban channel members
CreateChannelChannelAllows user to create a new channel
CreateDistinctChannelForOthersChannelAllows user to create new distinct channel for other users (e.g. user A creates channel for users B and C)
CreateMessageChannelAllows user to send a new message
CreateAttachmentChannelAllows user to send a new message with attachments
CreateMentionChannelAllows user to send a new message with mentions
CreateReactionChannelAllows user to add a reaction to a message
CreateSystemMessageChannelAllows user to send a new system message
DeleteChannelChannelAllows user to delete a channel
DeleteReactionChannelAllows user to delete a reaction
FlagMessageChannelAllows user to flag messages
MuteChannelChannelAllows user to mute and unmute channel
PinMessageChannelAllows user to pin a message
ReadChannelChannelAllows user to read messages from the channel
ReadChannelMembersChannelAllows user to read channel members
ReadMessageFlagsChannelAllows user to access messages that have been flagged
RecreateChannelChannelAllows user to recreate a channel when it got deleted
RemoveOwnChannelMembershipChannelAllows user to leave the channel (remove own channel membership)
SendCustomEventChannelAllows user to send custom events to a channel
SkipChannelCooldownChannelAllows user to bypass existing cooldown in a channel
SkipMessageModerationChannelAllows user to bypass automatic message moderation
TruncateChannelChannelAllows user to truncate a channel
UpdateChannelChannelAllows user to update channel data
UpdateChannelCooldownChannelAllows user to set and unset cooldown time for a channel (slow mode)
UpdateChannelFrozenChannelAllows user to freeze and unfreeze a channel
UpdateChannelMembersChannelAllows user to add, modify and remove channel members
UploadAttachmentChannelAllows user to upload files and images
UseFrozenChannelChannelAllows user to send messages and reactions to a frozen channels
DeleteMessageMessageAllows user to delete a message
RunMessageActionMessageAllows user to run an action against a message
UnblockMessageMessageAllows user to unblock message blocked by automatic moderation
UpdateMessageMessageAllows user to update a message
DeleteAttachmentAttachmentAllows user to delete uploaded files and images
BanUserUserAllows user to ban users
FlagUserUserAllows user to flag users
MuteUserUserAllows user to mute and unmute users
SearchUserUserAllows user to search for other users
UpdateUserUserAllows user to update users
UpdateUserRoleUserAllows user to update user roles
UpdateUserTeamsUserAllows user to update user teams
BlockUserCallAllows user to Block and unblock users on calls
CreateCallCallAllows user to creates a call
CreateCallReactionCallAllows user to Add a reaction to a call
DeleteRecordingCallAllows user to Delete recording
EndCallCallAllows user to terminates a call
JoinBackstageCallAllows user to joins a call backstage
JoinCallCallAllows user to joins a call
JoinEndedCallCallAllows user to joins a call that was marked as ended
ListRecordingsCallAllows user to List recordings
MuteUsersCallAllows user to MuteUsers
PinCallTrackCallAllows user to Pin/Unpin a track for everyone in the call
ReadCallCallAllows user to read a call
ReadFlagReportsFlagReportAllows user to read flag reports
RemoveCallMemberCallAllows user to Remove a participant
ScreenshareCallAllows user to Screenshare
SendAudioCallAllows user to Send audio
SendEventCallAllows user to SendEvent
SendVideoCallAllows user to Send video
StartBroadcastingCallAllows user to Start broadcasting
StartRecordingCallAllows user to Start recording
StartTranscriptionCallAllows user to Start transcription
StopBroadcastingCallAllows user to Stop broadcasting
StopRecordingCallAllows user to Stop recording
StopTranscriptionCallAllows user to Stop transcription
UpdateCallCallAllows user to update the data for a call
UpdateCallMemberCallAllows user to Update a participant
UpdateCallMemberRoleCallAllows user to Update role for participants
UpdateCallPermissionsCallAllows user to UpdateCallPermissions
UpdateCallSettingsCallAllows user to updates settings of a call
UpdateFlagReportFlagReportAllows user to update flag report

Default Grants

Copied!

In tables below you will find default permission grants for each builtin channel type as well as .app permission scope.

For each of of the above actions, there are different built in permissions depending on whether the object was created by the user or not. For example, users can be given permissions to delete-attachment which allows for deleting any message attachments, or they can be given permissions to delete-attachment-owned to restrict this to only attachments added by the current user.

Every custom channel type that you create using CreateChannelType API endpoint, will have messaging scope grants by default.

Scope video:development

Permission IDadminuserguestanonymous
block-user✖️✖️
create-call✖️✖️
create-call-reaction✖️✖️
end-call✖️✖️
join-backstage✖️✖️
join-call
join-ended-call✖️✖️
list-recordings✖️✖️
mute-users✖️✖️
pin-call-track✖️✖️
read-call
remove-call-member✖️✖️
screenshare✖️✖️
send-audio✖️
send-event✖️
send-video✖️
start-broadcasting✖️✖️
start-recording✖️✖️
start-transcription✖️✖️
stop-broadcasting✖️✖️
stop-recording✖️✖️
stop-transcription✖️✖️
update-call✖️✖️
update-call-member✖️✖️
update-call-member-role✖️✖️
update-call-permissions✖️✖️
update-call-settings✖️✖️

Scope video:livestream

Permission IDadminuseranonymous
block-user✖️✖️
block-user-owner✖️✖️
create-call✖️
create-call-reaction✖️
end-call✖️✖️
end-call-owner✖️✖️
join-backstage✖️✖️
join-backstage-owner✖️✖️
join-call
join-ended-call✖️✖️
join-ended-call-owner✖️✖️
mute-users✖️✖️
mute-users-owner✖️✖️
pin-call-track✖️✖️
pin-call-track-owner✖️✖️
read-call
remove-call-member✖️✖️
remove-call-member-owner✖️✖️
screenshare✖️✖️
screenshare-owner✖️✖️
send-audio✖️✖️
send-audio-owner✖️✖️
send-event✖️
send-video✖️✖️
send-video-owner✖️✖️
start-broadcasting✖️✖️
start-broadcasting-owner✖️✖️
start-recording✖️✖️
start-recording-owner✖️✖️
stop-broadcasting✖️✖️
stop-broadcasting-owner✖️✖️
stop-recording✖️✖️
stop-recording-owner✖️✖️
update-call✖️✖️
update-call-member✖️✖️
update-call-member-owner✖️✖️
update-call-member-role✖️✖️
update-call-member-role-owner✖️✖️
update-call-owner✖️✖️
update-call-permissions✖️✖️
update-call-permissions-owner✖️✖️
update-call-settings✖️✖️

Scope video:audio_room

Permission IDadminuseranonymous
block-user✖️✖️
block-user-owner✖️✖️
create-call✖️
create-call-reaction✖️
end-call✖️✖️
end-call-owner✖️✖️
join-backstage✖️✖️
join-backstage-owner✖️✖️
join-call
join-ended-call✖️✖️
join-ended-call-owner✖️✖️
mute-users✖️✖️
mute-users-owner✖️✖️
read-call
remove-call-member✖️✖️
remove-call-member-owner✖️✖️
screenshare✖️✖️
send-audio✖️✖️
send-audio-owner✖️✖️
send-event✖️
start-broadcasting✖️✖️
start-broadcasting-owner✖️✖️
start-recording✖️✖️
start-recording-owner✖️✖️
start-transcription✖️✖️
start-transcription-owner✖️✖️
stop-broadcasting✖️✖️
stop-broadcasting-owner✖️✖️
stop-recording✖️✖️
stop-recording-owner✖️✖️
stop-transcription✖️✖️
stop-transcription-owner✖️✖️
update-call✖️✖️
update-call-member✖️✖️
update-call-member-owner✖️✖️
update-call-member-role✖️✖️
update-call-member-role-owner✖️✖️
update-call-owner✖️✖️
update-call-permissions✖️✖️
update-call-permissions-owner✖️✖️
update-call-settings✖️✖️
update-call-settings-owner✖️✖️

Scope .app

Permission IDadminmoderatoruserguest
flag-user
mute-user
read-flag-reports✖️✖️
search-user
update-flag-report✖️✖️
update-user-owner

Scope video:default

Permission IDadminuserguest
block-user✖️✖️
block-user-owner✖️✖️
create-call✖️
create-call-reaction✖️
delete-recording✖️✖️
end-call✖️
join-backstage✖️✖️
join-call
join-ended-call✖️
list-recordings✖️
mute-users✖️✖️
mute-users-owner✖️✖️
pin-call-track✖️✖️
pin-call-track-owner✖️✖️
read-call
remove-call-member✖️
screenshare✖️
send-audio
send-event
send-video
start-broadcasting✖️
start-recording✖️
start-transcription✖️
stop-broadcasting✖️
stop-recording✖️
stop-transcription✖️
update-call✖️✖️
update-call-member✖️
update-call-member-role✖️✖️
update-call-owner✖️✖️
update-call-permissions✖️✖️
update-call-permissions-owner✖️✖️
update-call-settings✖️✖️
update-call-settings-owner✖️✖️

Scope messaging

Permission IDadminmoderatoruserchannel_memberchannel_moderator
add-links✖️
add-links-owner✖️✖️✖️✖️
ban-channel-member✖️✖️
ban-user✖️✖️✖️
create-call✖️
create-channel✖️✖️
create-message✖️
create-message-owner✖️✖️✖️✖️
create-attachment✖️
create-attachment-owner✖️✖️✖️✖️
create-mention✖️
create-mention-owner✖️✖️✖️✖️
create-reaction✖️
create-reaction-owner✖️✖️✖️✖️
create-system-message✖️✖️
delete-attachment✖️✖️
delete-attachment-owner✖️✖️✖️✖️
delete-channel✖️✖️✖️✖️
delete-channel-owner✖️✖️✖️
delete-message✖️✖️
delete-message-owner✖️✖️✖️✖️
delete-reaction✖️✖️
delete-reaction-owner✖️✖️✖️✖️
flag-message✖️
flag-message-owner✖️✖️✖️✖️
join-call✖️
mute-channel✖️
mute-channel-owner✖️✖️✖️✖️
pin-message✖️
pin-message-owner✖️✖️✖️✖️
read-channel✖️
read-channel-members✖️
read-channel-members-owner✖️✖️✖️✖️
read-channel-owner✖️✖️✖️✖️
read-message-flags✖️✖️
recreate-channel✖️✖️✖️✖️
recreate-channel-owner✖️✖️✖️
remove-own-channel-membership✖️
remove-own-channel-membership-owner✖️✖️✖️✖️
run-message-action✖️
run-message-action-owner✖️✖️✖️✖️
send-custom-event✖️
send-custom-event-owner✖️✖️✖️✖️
skip-channel-cooldown✖️✖️
skip-message-moderation✖️✖️
truncate-channel✖️✖️✖️✖️
truncate-channel-owner✖️✖️✖️
unblock-message✖️✖️
update-channel✖️✖️
update-channel-cooldown✖️✖️
update-channel-frozen✖️✖️
update-channel-members✖️✖️
update-channel-members-owner✖️✖️✖️✖️
update-channel-owner✖️✖️✖️✖️
update-message✖️✖️
update-message-owner✖️✖️✖️✖️
upload-attachment✖️
upload-attachment-owner✖️✖️✖️✖️

Scope livestream

Permission IDadminmoderatoruserchannel_moderatorguestanonymous
add-links✖️✖️✖️
ban-channel-member✖️✖️✖️
ban-user✖️✖️✖️✖️
create-call✖️✖️✖️
create-channel✖️✖️✖️
create-message✖️✖️✖️
create-attachment✖️✖️✖️
create-mention✖️✖️✖️
create-reaction✖️✖️✖️
create-system-message✖️✖️✖️
delete-attachment✖️✖️✖️
delete-attachment-owner✖️✖️✖️✖️✖️
delete-channel✖️✖️✖️✖️✖️
delete-message✖️✖️✖️
delete-message-owner✖️✖️✖️✖️✖️
delete-reaction✖️✖️✖️
delete-reaction-owner✖️✖️✖️✖️✖️
flag-message✖️✖️
join-call✖️
mute-channel✖️✖️
pin-message✖️✖️✖️
pin-message-owner✖️✖️✖️✖️✖️
read-channel✖️
read-channel-members✖️
read-message-flags✖️✖️✖️
recreate-channel✖️✖️✖️✖️✖️
remove-own-channel-membership✖️✖️✖️✖️✖️
run-message-action✖️✖️✖️
send-custom-event✖️✖️✖️
skip-channel-cooldown✖️✖️✖️
skip-message-moderation✖️✖️✖️
truncate-channel✖️✖️✖️✖️✖️
unblock-message✖️✖️✖️
update-channel✖️✖️✖️✖️✖️
update-channel-cooldown✖️✖️✖️
update-channel-frozen✖️✖️✖️
update-channel-members✖️✖️✖️✖️✖️
update-message✖️✖️✖️
update-message-owner✖️✖️✖️✖️✖️
upload-attachment✖️✖️✖️

Scope team

Permission IDadminmoderatoruserchannel_memberchannel_moderator
add-links✖️
add-links-owner✖️✖️✖️✖️
ban-channel-member✖️✖️
ban-user✖️✖️✖️
create-call✖️
create-channel✖️✖️
create-message✖️
create-message-owner✖️✖️✖️✖️
create-attachment✖️
create-attachment-owner✖️✖️✖️✖️
create-mention✖️
create-mention-owner✖️✖️✖️✖️
create-reaction✖️
create-reaction-owner✖️✖️✖️✖️
create-system-message✖️✖️
delete-attachment✖️✖️
delete-attachment-owner✖️✖️✖️✖️
delete-channel✖️✖️✖️✖️
delete-channel-owner✖️✖️✖️
delete-message✖️✖️
delete-message-owner✖️✖️✖️✖️
delete-reaction✖️✖️
delete-reaction-owner✖️✖️✖️✖️
flag-message✖️
flag-message-owner✖️✖️✖️✖️
join-call✖️
mute-channel✖️
mute-channel-owner✖️✖️✖️✖️
pin-message✖️
pin-message-owner✖️✖️✖️✖️
read-channel✖️
read-channel-members✖️
read-channel-members-owner✖️✖️✖️✖️
read-channel-owner✖️✖️✖️✖️
read-message-flags✖️✖️
recreate-channel✖️✖️✖️✖️
recreate-channel-owner✖️✖️✖️
remove-own-channel-membership✖️
remove-own-channel-membership-owner✖️✖️✖️✖️
run-message-action✖️
run-message-action-owner✖️✖️✖️✖️
send-custom-event✖️
send-custom-event-owner✖️✖️✖️✖️
skip-channel-cooldown✖️✖️
skip-message-moderation✖️✖️
truncate-channel✖️✖️✖️✖️
truncate-channel-owner✖️✖️✖️
unblock-message✖️✖️
update-channel✖️✖️
update-channel-cooldown✖️✖️
update-channel-frozen✖️✖️
update-channel-members✖️✖️
update-channel-members-owner✖️✖️✖️✖️
update-channel-owner✖️✖️✖️✖️
update-message✖️✖️
update-message-owner✖️✖️✖️✖️
upload-attachment✖️
upload-attachment-owner✖️✖️✖️✖️

Scope commerce

Permission IDadminmoderatoruserchannel_memberchannel_moderatorguest
add-links✖️
add-links-owner✖️✖️✖️✖️✖️
ban-channel-member✖️✖️✖️
ban-user✖️✖️✖️✖️
create-call✖️✖️✖️
create-channel✖️✖️✖️
create-message✖️✖️
create-message-owner✖️✖️✖️✖️✖️
create-attachment✖️✖️
create-attachment-owner✖️✖️✖️✖️✖️
create-mention✖️✖️
create-mention-owner✖️✖️✖️✖️✖️
create-reaction✖️✖️
create-reaction-owner✖️✖️✖️✖️✖️
create-system-message✖️✖️✖️
delete-attachment✖️✖️✖️
delete-attachment-owner✖️✖️✖️✖️
delete-channel✖️✖️✖️✖️✖️
delete-message✖️✖️✖️
delete-message-owner✖️✖️✖️✖️
delete-reaction✖️✖️✖️
delete-reaction-owner✖️✖️✖️✖️
flag-message✖️✖️
flag-message-owner✖️✖️✖️✖️
join-call✖️✖️
mute-channel✖️✖️
mute-channel-owner✖️✖️✖️✖️
pin-message✖️✖️✖️
pin-message-owner✖️✖️✖️✖️
read-channel✖️✖️
read-channel-members✖️✖️
read-channel-members-owner✖️✖️✖️✖️
read-channel-owner✖️✖️✖️✖️
read-message-flags✖️✖️✖️
recreate-channel✖️✖️✖️✖️✖️
remove-own-channel-membership✖️✖️
remove-own-channel-membership-owner✖️✖️✖️✖️✖️
run-message-action✖️✖️
run-message-action-owner✖️✖️✖️✖️✖️
send-custom-event✖️✖️
send-custom-event-owner✖️✖️✖️✖️✖️
skip-channel-cooldown✖️✖️✖️
skip-message-moderation✖️✖️✖️
truncate-channel✖️✖️✖️✖️✖️
unblock-message✖️✖️✖️
update-channel✖️✖️✖️
update-channel-cooldown✖️✖️✖️
update-channel-frozen✖️✖️✖️
update-channel-members✖️✖️✖️
update-channel-members-owner✖️✖️✖️✖️
update-message✖️✖️✖️
update-message-owner✖️✖️✖️✖️
upload-attachment✖️
upload-attachment-owner✖️✖️✖️✖️✖️

Scope gaming

Permission IDadminmoderatoruserchannel_memberchannel_moderator
add-links✖️
add-links-owner✖️✖️✖️✖️
ban-channel-member✖️✖️
ban-user✖️✖️✖️
create-call✖️
create-channel✖️✖️✖️✖️
create-message✖️
create-message-owner✖️✖️✖️✖️
create-attachment✖️
create-attachment-owner✖️✖️✖️✖️
create-mention✖️
create-mention-owner✖️✖️✖️✖️
create-reaction✖️
create-reaction-owner✖️✖️✖️✖️
create-system-message✖️✖️
delete-attachment✖️✖️
delete-attachment-owner✖️✖️✖️✖️
delete-channel✖️✖️✖️✖️
delete-message✖️✖️
delete-message-owner✖️✖️✖️✖️
delete-reaction✖️✖️
delete-reaction-owner✖️✖️✖️✖️
flag-message✖️
flag-message-owner✖️✖️✖️✖️
join-call✖️
mute-channel✖️
mute-channel-owner✖️✖️✖️✖️
pin-message✖️✖️
read-channel✖️
read-channel-members✖️
read-channel-members-owner✖️✖️✖️✖️
read-channel-owner✖️✖️✖️✖️
read-message-flags✖️✖️
recreate-channel✖️✖️✖️✖️
remove-own-channel-membership✖️
remove-own-channel-membership-owner✖️✖️✖️✖️
run-message-action✖️
run-message-action-owner✖️✖️✖️✖️
send-custom-event✖️
send-custom-event-owner✖️✖️✖️✖️
skip-channel-cooldown✖️✖️
skip-message-moderation✖️✖️
truncate-channel✖️✖️✖️✖️
unblock-message✖️✖️
update-channel✖️✖️✖️✖️
update-channel-cooldown✖️✖️
update-channel-frozen✖️✖️
update-channel-members✖️✖️✖️✖️
update-message✖️✖️
update-message-owner✖️✖️✖️✖️
upload-attachment✖️
upload-attachment-owner✖️✖️✖️✖️

Multi-Tenant Default Grants

Copied!

In tables below you will find default permission grants for builtin roles that designed for multi-tenant applications. They are useful for multi-tenant applications only.

By default, for multi-tenant applications, all objects (users, channels, and messages) must belong to the same team to be able to interact. These multi-tenant permissions enable overriding that behavior, so that certain users can have permissions to interact with objects on any team

Scope video:livestream

Permission ID

Scope video:development

Permission ID

Scope .app

Permission IDglobal_moderatorglobal_admin
flag-user-any-team
mute-user-any-team
read-flag-reports-any-team
search-user-any-team
update-flag-report-any-team
update-user-owner

Scope video:audio_room

Permission ID

Scope video:default

Permission ID

Scope messaging

Permission IDglobal_moderatorglobal_admin
add-links-any-team
ban-channel-member-any-team
ban-user-any-team
create-call-any-team
create-channel-any-team
create-message-any-team
create-attachment-any-team
create-mention-any-team
create-reaction-any-team
create-system-message-any-team
delete-attachment-any-team
delete-channel-any-team✖️
delete-channel-owner-any-team✖️
delete-message-any-team
delete-reaction-any-team
flag-message-any-team
join-call-any-team
mute-channel-any-team
pin-message-any-team
read-channel-any-team
read-channel-members-any-team
read-message-flags-any-team
recreate-channel-any-team✖️
recreate-channel-owner-any-team✖️
remove-own-channel-membership-any-team
run-message-action-any-team
send-custom-event-any-team
skip-channel-cooldown-any-team
skip-message-moderation-any-team
truncate-channel-any-team✖️
truncate-channel-owner-any-team✖️
unblock-message-any-team
update-channel-any-team
update-channel-cooldown-any-team
update-channel-frozen-any-team
update-channel-members-any-team
update-message-any-team
upload-attachment-any-team

Scope livestream

Permission IDglobal_moderatorglobal_admin
add-links-any-team
ban-channel-member-any-team
ban-user-any-team
create-call-any-team
create-channel-any-team
create-message-any-team
create-attachment-any-team
create-mention-any-team
create-reaction-any-team
create-system-message-any-team
delete-attachment-any-team
delete-channel-any-team✖️
delete-message-any-team
delete-reaction-any-team
flag-message-any-team
join-call-any-team
mute-channel-any-team
pin-message-any-team
read-channel-any-team
read-channel-members-any-team
read-message-flags-any-team
recreate-channel-any-team✖️
remove-own-channel-membership-any-team✖️
run-message-action-any-team
send-custom-event-any-team
skip-channel-cooldown-any-team
skip-message-moderation-any-team
truncate-channel-any-team✖️
unblock-message-any-team
update-channel-any-team✖️
update-channel-cooldown-any-team
update-channel-frozen-any-team
update-channel-members-any-team✖️
update-message-any-team
upload-attachment-any-team

Scope team

Permission IDglobal_moderatorglobal_admin
add-links-any-team
ban-channel-member-any-team
ban-user-any-team
create-call-any-team
create-channel-any-team
create-message-any-team
create-attachment-any-team
create-mention-any-team
create-reaction-any-team
create-system-message-any-team
delete-attachment-any-team
delete-channel-any-team✖️
delete-channel-owner-any-team✖️
delete-message-any-team
delete-reaction-any-team
flag-message-any-team
join-call-any-team
mute-channel-any-team
pin-message-any-team
read-channel-any-team
read-channel-members-any-team
read-message-flags-any-team
recreate-channel-any-team✖️
recreate-channel-owner-any-team✖️
remove-own-channel-membership-any-team
run-message-action-any-team
send-custom-event-any-team
skip-channel-cooldown-any-team
skip-message-moderation-any-team
truncate-channel-any-team✖️
truncate-channel-owner-any-team✖️
unblock-message-any-team
update-channel-any-team
update-channel-cooldown-any-team
update-channel-frozen-any-team
update-channel-members-any-team
update-message-any-team
upload-attachment-any-team

Scope commerce

Permission IDglobal_moderatorglobal_admin
add-links-any-team
ban-channel-member-any-team
ban-user-any-team
create-call-any-team
create-channel-any-team
create-message-any-team
create-attachment-any-team
create-mention-any-team
create-reaction-any-team
create-system-message-any-team
delete-attachment-any-team
delete-channel-any-team✖️
delete-message-any-team
delete-reaction-any-team
flag-message-any-team
join-call-any-team
mute-channel-any-team
pin-message-any-team
read-channel-any-team
read-channel-members-any-team
read-message-flags-any-team
recreate-channel-any-team✖️
remove-own-channel-membership-any-team
run-message-action-any-team
send-custom-event-any-team
skip-channel-cooldown-any-team
skip-message-moderation-any-team
truncate-channel-any-team✖️
unblock-message-any-team
update-channel-any-team
update-channel-cooldown-any-team
update-channel-frozen-any-team
update-channel-members-any-team
update-message-any-team
upload-attachment-any-team

Scope gaming

Permission IDglobal_moderatorglobal_admin
add-links-any-team
ban-channel-member-any-team
ban-user-any-team
create-call-any-team
create-channel-any-team✖️
create-message-any-team
create-attachment-any-team
create-mention-any-team
create-reaction-any-team
create-system-message-any-team
delete-attachment-any-team
delete-channel-any-team✖️
delete-message-any-team
delete-reaction-any-team
flag-message-any-team
join-call-any-team
mute-channel-any-team
pin-message-any-team
read-channel-any-team
read-channel-members-any-team
read-message-flags-any-team
recreate-channel-any-team✖️
remove-own-channel-membership-any-team
run-message-action-any-team
send-custom-event-any-team
skip-channel-cooldown-any-team
skip-message-moderation-any-team
truncate-channel-any-team✖️
unblock-message-any-team
update-channel-any-team✖️
update-channel-cooldown-any-team
update-channel-frozen-any-team
update-channel-members-any-team✖️
update-message-any-team
upload-attachment-any-team