Skip to content
Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryMMarketing User
MarketingBeginner

Marketing User

A Marketing User in Salesforce is a user who holds the Marketing User feature license, toggled by a single checkbox on the user record.

§ 01

Definition

A Marketing User in Salesforce is a user who holds the Marketing User feature license, toggled by a single checkbox on the user record. The license grants the ability to create, edit, and delete campaigns, configure advanced campaign setup, and add campaign members and update their statuses with the Data Import Wizard. It is the gate that separates people who only read campaign data from people who actually build and run campaigns.

A feature license sits on top of a user license and entitles someone to a capability the base license does not include, such as Marketing. The checkbox is per user, so two people on the same profile can have different campaign rights. Without the Marketing User license, a user may see campaigns through related lists and reports, but the create and edit buttons stay out of reach even when the profile or a permission set grants object access.

§ 02

How the Marketing User license controls campaign access

The checkbox and the feature license behind it

Open a user record in Setup and you will find a Marketing User checkbox in the General Information section. Selecting it assigns the Marketing User feature license to that person. Salesforce defines a feature license as an entitlement to a capability that the base user license does not include, and a single user can hold any number of them. Marketing is one of those capabilities. This matters because campaign rights do not come from the profile alone. Two users can share the identical profile, the identical permission sets, and the identical role, yet one creates campaigns and the other cannot. The difference is the checkbox. The license is the switch; the object permissions decide the details. When you assign the license, Salesforce records it against the user and counts it toward your org's available Marketing User licenses, which is why the checkbox can be greyed out once you run out of seats.

What the license actually grants

The official description of the Marketing User feature license is precise. It lets a user create, edit, and delete campaigns, configure advanced campaign setup, and add campaign members and update their statuses with the Data Import Wizard. Advanced campaign setup covers things like the campaign hierarchy and member status values that a marketer maintains per campaign. The license is necessary, but it is not always sufficient on its own. To create or edit a campaign record, a user generally needs two things together: the Marketing User license, plus the object-level Create or Edit permission on Campaigns from a profile or permission set. The license unlocks the marketing-specific behavior, and the standard object permission unlocks the record operation. When a marketer reports that the New button is missing, the checkbox is the first place to look, followed by whether their profile or permission set actually grants Create on Campaigns.

Why view access and edit access are separate

Plenty of people in a Salesforce org need to read campaign data without ever touching the campaign itself. A sales rep wants to see which campaigns a lead responded to. A manager wants a report on pipeline sourced by campaign. None of that requires the Marketing User license. Read access to campaigns flows from ordinary record-level visibility and the Read permission on the Campaign object. So a rep can open a campaign, scan its members, and see campaign fields on a related list, all without the feature license. The license only enters the picture when someone needs to create a new campaign, change an existing one, or run the member import. Keeping the two concerns separate is deliberate. It lets you give the whole company campaign visibility while restricting authorship to the marketing team that owns the data.

Assigning campaign members in bulk

One of the most useful rights the license unlocks is adding campaign members through the Data Import Wizard. A marketer launching an event or a nurture program rarely adds contacts one at a time. They start from a list, a report, or an external file of attendees and load hundreds or thousands of members at once, setting a member status such as Sent, Responded, or Registered. The Data Import Wizard path for campaign members depends on the Marketing User license being present. So does updating member statuses in bulk afterward. If a marketer can open a campaign but the import option is missing or fails on permissions, the license is usually the cause. This is also why integration and automation users that write campaign members, for example a marketing platform syncing engagement back to Salesforce, often need the license on the connected user account, not just object permissions.

Marketing User and the marketing platforms

Marketing Cloud Account Engagement (formerly Pardot) and Marketing Cloud Engagement both write to standard Salesforce campaigns. Account Engagement can sync prospect activity into campaign membership, and journeys can update a member's status as people move through a program. Those automations create and modify campaign data on the Salesforce side. Because of that, the connected or integration user that performs the sync frequently needs the Marketing User license assigned, in addition to the object permissions its profile carries. A common support pattern is an automation that reads campaigns fine but fails the moment it tries to create a campaign or add members, and the fix is selecting the checkbox on the integration user. Keep this in mind when you set up a marketing platform connection. Grant the connected user the license alongside Create and Edit on Campaigns so the two sides stay in step.

Pairing the license with permission sets

Modern Salesforce favors permission sets over editing profiles directly, and campaign access fits that model. Standard profile users may not have access to campaigns by default, so admins build a permission set that grants Create, Read, Edit, and Delete on the Campaign object, then assign it to the marketing team. The feature-license checkbox and the permission set are two separate steps that work together. A clean setup looks like this: a "Campaign Management" permission set carries the object permissions and any related app or tab visibility, while the Marketing User checkbox carries the feature license. Assign both to every marketer. New hires get the permission set and the checkbox at onboarding; people moving out of marketing lose both. Splitting authorship this way keeps profiles lean and makes access auditable, because you can list permission-set assignments and license counts instead of reading every profile by hand.

Auditing who holds the license

Feature licenses are a finite resource. Your org has a set number of Marketing User seats tied to what you purchased, and the count is visible under Company Information in Setup alongside used and remaining licenses. When the remaining count hits zero, the checkbox greys out for new assignments until you free a seat or buy more. That makes periodic review worthwhile. Role changes accumulate over time, and people who once ran campaigns may have moved on while still holding a seat. A quarterly check of who has the Marketing User license, cross-referenced against who is actually on the marketing team, recovers wasted seats and tightens security. You can review the license column on the user list, build a report on users with the feature, or query it through the API. Treat the seat like any other licensed entitlement: grant it on a real need, remove it when the need ends.

§ 03

How to make someone a Marketing User

Assigning the Marketing User license is a two-part job. First select the checkbox on the user record to grant the feature license, then make sure the user's profile or a permission set grants the object permissions on Campaigns. You need the Manage Internal Users permission to edit user records.

  1. Open the user record

    In Setup, enter Users in the Quick Find box, then select Users. In the user list view, click the name of the person you want to grant campaign access.

  2. Select the Marketing User checkbox

    On the User Detail page click Edit. In the General Information section, select the checkbox next to the Marketing User feature license, then click Save. If the checkbox is greyed out, your org is out of available Marketing User seats.

  3. Grant Campaign object permissions

    Create or open a permission set that grants Create, Read, Edit, and Delete on the Campaign object, then assign it to the user. The feature license alone does not give object access, so this step makes the New and Edit buttons appear.

  4. Verify and test

    Have the user open the Campaigns tab and confirm the New button is present and that they can edit an existing campaign and import members. If something is missing, recheck both the checkbox and the object permissions.

Marketing User checkboxremember

The feature-license toggle on the user record. Grants create, edit, and delete on campaigns, advanced campaign setup, and bulk member import via the Data Import Wizard.

Campaign object permissionsremember

Create, Read, Edit, and Delete on the Campaign object, set on a profile or permission set. Required alongside the license for record operations.

Available license countremember

The remaining Marketing User seats shown under Company Information. When it reaches zero the checkbox is disabled until you free or buy a seat.

Gotchas
  • The checkbox grants the marketing capability, but without the Create permission on Campaigns the user still cannot create a record. You need both.
  • If the checkbox is greyed out, you have used every Marketing User seat. Free one by clearing it on a user who no longer needs it, or buy more.
  • Integration and automation users that create campaigns or add members usually need the license too, not just object permissions on their profile.
  • Removing the checkbox does not delete campaigns the user created; it only stops them from creating or editing campaigns going forward.

Prefer this walkthrough as its own page? How to Marketing User in Salesforce, step by step

§

Trust & references

Sources

Cross-checked against the following references.

Official documentation

Straight from the source - Salesforce's reference material on Marketing User.

Keep learning

Hands-on resources to go deeper on Marketing User.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.

About the Author

Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.

§

Test your knowledge

Q1. What does the Marketing User setting enable on a Salesforce User record?

Q2. How is the Marketing User setting configured for a specific user?

Q3. Is the Marketing User setting tied to marketing product licenses like MCAE or Marketing Cloud Engagement?

§

Discussion

Loading…

Loading discussion…