umbraco-granular-user-permissions

Implement granular user permissions for Umbraco backoffice entity types.

26|13|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill umbraco-granular-user-permissions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-granular-user-permissions
Source: https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills/tree/main/plugins/umbraco-backoffice-skills/skills/umbraco-granular-user-permissions
Command: npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill umbraco-granular-user-permissions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for precise control over user access within the Umbraco backoffice, moving beyond general permissions to allow specific access rights for individual content items or entities.

Core Features & Use Cases

  • Entity-Specific Permissions: Define permissions that apply only to certain document types, media items, or members.
  • Customizable Access Control: Implement tailored permission schemas for unique application requirements.
  • Use Case: Grant a specific editor the ability to only edit a particular set of product pages, while restricting their access to other content areas.

Quick Start

Implement granular user permissions for a custom entity type by following the provided manifest and element examples.

Frequently Asked Questions about umbraco-granular-user-permissions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set granular user permissions in the Umbraco backoffice?

Granular user permissions in the Umbraco backoffice are set by defining custom permission controls for specific entity types. You create manifest files and custom element implementations to apply fine-grained access control to individual content nodes, media items, or members.

Can I restrict Umbraco editor access to specific content nodes only?

Yes, you can restrict Umbraco editor access to specific content nodes by implementing entity-specific permissions. This allows you to grant an editor rights to edit only particular product pages while restricting their access to other content areas.

What are Umbraco custom entity permissions and when do I need them?

Umbraco custom entity permissions provide precise access control for individual items within the backoffice. You need them when general user permissions are insufficient and you must define tailored permission schemas for unique application requirements.

How do I create a custom permission manifest for Umbraco media items?

To create a custom permission manifest for Umbraco media items, you define custom permission controls based on official Umbraco documentation. This involves creating manifest files and custom element implementations to establish fine-grained access control.

Do I need dependencies to implement fine-grained access control in Umbraco?

No external dependencies are required to implement fine-grained access control in Umbraco. The implementation relies on creating manifest files and custom element implementations provided by the official Umbraco documentation and examples.

What is the best way to customize user management for specific document types in Umbraco?

The best way to customize user management for specific document types in Umbraco is implementing granular permissions. This approach defines customizable access control schemas that apply tailored permission rights directly to individual document types or members.