An Umbraco 17 package that provides seamless member data lookup functionality through UFM (Umbraco Flavored Markdown) tokens. Display member information dynamically in your content using simple, intuitive syntax.
✅ UFM Token Support - Use {mnl:propertyAlias.fieldName} syntax to display member data
✅ Flexible Member Fields - Access standard fields (email, username, name) and custom properties
✅ Smart Value Parsing - Handles both UDI (umb://member/{guid}) and plain GUID formats
✅ Real-time Loading - Async data fetching with loading states
✅ Secure API - Backoffice authenticated endpoints
✅ Zero Configuration - Automatic registration and setup
Install-Package OC.UFMMemberLookup
Use UFM tokens in your Umbraco content to display member information:
author is the name of the member field in your content, it can be anything you like and name/email/company are the member properties you want to display.
{mnl:author.name}
{mnl:author.email}
{mnl:author.company}
- Built-in Fields:
email,username,name - Custom Properties: Any custom member property alias
The package also provides a REST API for programmatic access:
GET /umbraco/management/api/v1/oc/ocmembernamelookup/member-field?memberKey={guid}&field={fieldName}
- Umbraco CMS: 17.0.0 or later
- .NET: 10.0 or later
- Authentication: Backoffice access for API endpoints
- Blog Author Information - Display author bios and contact details
- Staff Directory - Show employee contact information
- Event Management - Display organizer and speaker details
- Member Spotlights - Feature member profiles and achievements
- Customer Testimonials - Show customer names and company details
After installation, the package automatically provides:
- UFM component registration for
mnltokens - Management API controllers
- Client-side assets in
/App_Plugins/OCUFMMemberLookup/ - Automatic service registration
No additional configuration required!
- 📖 Full Documentation: GitHub Repository
- 🐛 Issues & Support: GitHub Issues
- 💡 Feature Requests: Submit via GitHub Issues
- Package ID:
OC.UFMMemberLookup - Current Version:
1.0.0-alpha - License: MIT
- Maintainer: Owain Williams
Made with ❤️ for the Umbraco Community

