Skip to main content

Manifest permissions

Permissions define what your code is allowed to do in a community. They're declared in your manifest, shown to community administrators at install time, and enforced by the Root API at runtime.

Details

Namepermissions
Typeobject
RequiredNo

There are two categories of permissions: community and channel. Use the reference pages to determine the permissions your code requires. All permissions default to false. Set the ones you need to true in your manifest.

ScopeWhat it authorizesReference page
CommunityAccess to community-level entities and settings.Community reference
ChannelActions on a specific channel or its contents.Channel reference

Examples

TBD: feature still under development.