Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Feature License entry
How-to guide

Assign and manage feature licenses

Assigning and managing feature licenses involves the User record for single assignments, Data Loader for bulk, and Company Information for monitoring. The steps below cover the full lifecycle.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated May 19, 2026

Assigning and managing feature licenses involves the User record for single assignments, Data Loader for bulk, and Company Information for monitoring. The steps below cover the full lifecycle.

  1. Check available allocation

    Setup > Company Settings > Company Information. Scroll to Feature Licenses. Confirm the license has available units before assigning.

  2. Assign to individual user

    Setup > Users > select the user > Edit. Check the feature license checkbox (Marketing User, Service Cloud User, etc.). Save.

  3. Bulk assign through Data Loader

    Export current users, populate the relevant UserPermissions field (UserPermissionsMarketingUser = true), and update through Data Loader. Test with a small batch first.

  4. Verify the assignment

    Reload the user record, confirm the checkbox is set. Or query: SELECT UserPermissionsMarketingUser FROM User WHERE Id = ... and confirm true.

  5. Add corresponding permission set

    The feature license unlocks the capability; the permission set or profile grants access to specific objects, fields, and actions. Both are required for the user to actually use the feature.

  6. Monitor consumption

    Build a report on User by feature license fields. Schedule weekly for the IT operations team. Catch shortfalls before they block new hires.

  7. Reclaim from deactivated users

    Run a quarterly audit of inactive users with assigned licenses. Deactivate any user no longer at the company; their licenses return to the allocation automatically.

Marketing Userremember

Unlocks Campaign access and marketing capabilities.

Service Cloud Userremember

Unlocks Service Cloud objects: Case, Knowledge, Live Agent.

Knowledge Userremember

Unlocks the Knowledge object for editing and publishing articles.

Live Agent Userremember

Unlocks chat session handling for support agents.

CRM Content Userremember

Unlocks CRM Content (Libraries) features. Legacy feature; superseded by Salesforce Files.

Gotchas
  • Feature licenses are distinct from Permission Set Licenses. Newer features use the permission set model; confirm which applies before troubleshooting.
  • Freezing a user does not release their license. Only deactivation does. Frozen accounts are a common silent drain on allocation.
  • Assignment fails per row when bulk loading. A partial failure leaves a mix of assigned and unassigned users; plan a rollback before starting.
  • Feature license alone does not grant access. The user also needs the corresponding permission set or profile; assigning only the license produces unexpected access denial errors.
  • Some feature licenses are bundled with the base user license (Mobile User in modern orgs). Assigning explicitly is redundant or even produces errors.

See the full Feature License entry

Feature License includes the definition, worked example, deep dive, related terms, and a quiz.