Early bird discounts live! Claim your offer

Ability Reference

The complete list of 50 permissions you can grant through roles or groups in Subscriby.

This page is the reference you'll keep open while setting up roles and groups. It lists every permission Subscriby exposes, what it governs, and a plain-English description of what a teammate holding it can do.

How permissions are structured

Every permission has two parts, joined with a colon:

{entity}:{action}
  • Entity — the thing the permission acts on (e.g. project, project-access-code).
  • Action — what you can do with it (e.g. view, create, delete).

There are 9 entities × 5 actions = 45 permissions, plus the 5 team-member permissions below, for 50 in total.

The five actions

CodeMeaning
view-anySee the list of all items in this entity (e.g. see every subscription, every plan).
viewOpen a specific item to inspect its details.
createAdd a new item.
updateEdit an existing item.
deleteRemove an item permanently.

view-any is listing access; view is detail access. In most cases you'll want a role to have both — but splitting them lets you grant "can see this specific thing in reports" without granting "can browse all of them".

Permissions by entity

Project (project)

Controls the project itself — the top-level container for a membership.

PermissionWhat it lets the member do
project:view-anySee the list of projects they have any access to.
project:viewOpen and inspect a project's settings and dashboard.
project:createCreate new projects under your account.
project:updateEdit a project's name, description, banner, handle, legal URLs, and other settings.
project:deletePermanently delete a project and all of its data.

Project payment method (project-payment-method)

Controls which payment providers (Stripe, PayPal, Razorpay, etc.) are enabled on a project.

PermissionWhat it lets the member do
project-payment-method:view-anySee which payment methods are set up on the project.
project-payment-method:viewOpen a payment method's configuration.
project-payment-method:createAdd a new payment provider to the project.
project-payment-method:updateEdit an existing payment method's API keys or settings.
project-payment-method:deleteRemove a payment provider from the project.

Project resource (project-resource)

Controls the Telegram channels, groups, and supergroups linked to a project — the things a subscriber actually gets access to.

PermissionWhat it lets the member do
project-resource:view-anySee all linked Telegram resources.
project-resource:viewOpen a specific resource and see its members / status.
project-resource:createLink a new Telegram channel / group / supergroup to the project.
project-resource:updateEdit an existing resource's link or settings.
project-resource:deleteUnlink a resource from the project.

Project access code (project-access-code)

Controls promotional / free-access codes that members redeem to get discounted or free subscriptions.

PermissionWhat it lets the member do
project-access-code:view-anySee all access codes and their usage.
project-access-code:viewOpen a code and see redemption history.
project-access-code:createGenerate new codes (single-use or batch).
project-access-code:updateEdit an existing code's terms (expiry, plan, etc.).
project-access-code:deleteRevoke a code.

Project coupon (project-coupon)

Controls discount codes — one code that any number of subscribers can redeem for a percentage or fixed amount off. Requires the Coupons addon or the Growth plan.

Distinct from access codes: an access code is one string for one person and grants access outright, while a coupon is one string for many people and reduces what they pay.

PermissionWhat it lets the member do
project-coupon:view-anySee all discount codes, their limits, and how many times each was redeemed.
project-coupon:viewOpen a code and see its terms and redemption history.
project-coupon:createCreate a new discount code.
project-coupon:updateEdit a code's discount, limits, dates, or turn it on and off.
project-coupon:deleteDelete a code. Refused while a checkout using it is still in progress.

Project subscription (project-subscription)

Controls existing subscriptions that members have taken out — the purchases side.

PermissionWhat it lets the member do
project-subscription:view-anySee the list of active, trialling, expired, and one-time subscriptions.
project-subscription:viewOpen a specific subscription to see its payment history and status.
project-subscription:createManually add a subscription for a member (bypass signup flow).
project-subscription:updateEdit a subscription (e.g. override renewal date, change plan).
project-subscription:deleteCancel / remove a subscription.

Project subscription plan (project-subscription-plan)

Controls the plans you offer — "$9.99/month Premium", "$99 one-time Lifetime", and so on.

PermissionWhat it lets the member do
project-subscription-plan:view-anySee the list of plans.
project-subscription-plan:viewOpen a plan to inspect pricing, trial, features, and billing cycle.
project-subscription-plan:createCreate new plans.
project-subscription-plan:updateEdit existing plans (price, trial, availability).
project-subscription-plan:deleteDelete a plan (won't be offered to new subscribers).

Project user (project-user)

Controls the members of a project — the end subscribers. Grants access to the member list, search, exports, and manual account actions.

PermissionWhat it lets the member do
project-user:view-anySee the list of all subscribers / members on the project.
project-user:viewOpen a specific member's profile, subscription history, and metadata.
project-user:createManually add a subscriber (no payment required).
project-user:updateEdit a subscriber's email, metadata, or magic-link status.
project-user:deleteRemove a subscriber from the project.

Support conversation (support-conversation)

Controls the member support inbox — the threads that open when a subscriber messages your bot with something it does not recognise.

PermissionWhat it lets the member do
support-conversation:view-anySee the inbox: every open, assigned and resolved thread on the project.
support-conversation:viewOpen a thread and read its messages.
support-conversation:createStart a thread with a subscriber rather than waiting for them to write in.
support-conversation:updateReply, add a private note, assign the thread, resolve it, or reopen it.
support-conversation:deleteDelete a thread and its messages permanently.

Team member (team-member)

The one entity whose five actions are not plain CRUD — membership is invited and removed rather than created and deleted, and changing someone's role is its own action.

PermissionWhat it lets the member do
team-member:view-anySee everyone on the team and the role each of them holds.
team-member:viewOpen a single member and inspect their role and group memberships.
team-member:inviteSend an invitation to join the team.
team-member:removeRemove someone from the team.
team-member:update-roleChange which role someone holds.

Suggested role templates

You don't have to use these — but they're a solid starting point.

Community Manager

Handles day-to-day member interactions. No billing or plan changes.

  • project:view-any, project:view
  • project-resource:view-any, project-resource:view
  • project-subscription:view-any, project-subscription:view
  • project-user:view-any, project-user:view, project-user:update
  • project-access-code:view-any, project-access-code:view

Billing Admin

Handles plans and payment methods. No member data access.

  • project:view-any, project:view
  • project-payment-method:* (all five actions)
  • project-subscription-plan:* (all five actions)
  • project-subscription:view-any, project-subscription:view

Read-only Auditor

External accountant or consultant — sees everything, changes nothing.

  • Every *:view-any and *:view permission.
  • None of create, update, delete.

Full Admin

Trusted deputy who does everything you do.

  • All 50 permissions.
  • Use sparingly — prefer narrower roles where possible.
  • Roles — apply these permissions as named, reusable bundles.
  • Groups — layer extra permissions onto specific members.
  • Invite members — pick the starting role when adding someone to the team.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request