HubPublic
PackagePublished package

@pasar6987/sf-core-user

User profiles, roles, licenses, preferences, provisioning, devices, and daily/monthly engagement metrics that govern platform access and personalization.

Published package · Latest published 1.0.1 Mar 4, 2026 · 48 datasets / 109 measures in the latest review · Updated Mar 11, 2026

Release path

1.0.1Published Mar 4, 2026

Publisher

@pasar6987Published Mar 4, 2026

Structure snapshot

48 datasets109 measures · 946 dimensions

Semantic Graph

Relationship counts appear after the graph loads.

Loading graph

Package graph is loading

Package relationships will appear when the summary is ready.

Reference context

Secondary package facts stay compact

Updated
Mar 11, 2026
Visibility
Public hub listing
License
MIT
Created
Mar 4, 2026

Reference facts

Secondary package facts after the usage path is clear

Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.

Format

OSI

Upstream

developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference

Repository

Not linked

Owner

@pasar6987

Organization

Independent

License

MIT

Visibility

Public hub listing

Publisher

@pasar6987Published Mar 4, 2026

Latest published version

1.0.1Published Mar 4, 2026

Tags

salesforcecrmcoreuser

Schema preview

Schema 0.1.1

SDK handoff

Use this package in code and AI

After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().

Python SDK

Python example for @pasar6987/sf-core-user

This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.

import rawctx

model = rawctx.load("@pasar6987/sf-core-user")
prompt = rawctx.to_prompt(
    "@pasar6987/sf-core-user",
    datasets=["EmpUserProvisionProcessErr", "EmpUserProvisioningProcess"],
    max_tokens=2000,
)

print(model.datasets)        # ["EmpUserProvisionProcessErr", "EmpUserProvisioningProcess", "PersonName"]
print(model.measures)        # [Measure(name="EmpUserProvisioningProcess.ErrorRecordCount", ...), Measure(name="EmpUserProvisioningProcess.SuccessRecordCount", ...), Measure(name="EmpUserProvisioningProcess.TotalRecordCount", ...)]
print(model.dimensions)      # [Dimension(name="AccountId", ...), Dimension(name="EmployeeId", ...), Dimension(name="ErrorCode", ...)]
print(model.relationships)   # [Relationship(name='...', ...)]
print(prompt)

README

Package narrative and examples

Use documentation after the package clears provenance, ownership, and runnable-path checks.

@pasar6987/sf-core-user

User profiles, roles, licenses, preferences, provisioning, devices, and daily/monthly engagement metrics that govern platform access and personalization.

Overview

Count
Objects (Datasets)48
Dimensions946
Measures109
Relationships5

Objects

  • EmpUserProvisionProcessErr — Represents an employee-user provisioning process error.
  • EmpUserProvisioningProcess — Represents an employee-user provisioning process.
  • PersonName — Person Names - PersonName
  • SelfServiceUser — Represents a Contact who has been enabled to use your organization’s Self-Service portal, where he or she can obtain online support.
  • UserAccessChange — Represents a change related to user access.
  • UserAppInfo — Stores the last Lightning app logged in to. If the user hasn’t logged into Salesforce or if the user lost access to the last accessed app, the UserAppInfo object stores a Null value.
  • UserAppMenuCustomization — Represents an individual user’s settings for items in the app menu or App Launcher.
  • UserAppMenuItem — Represents the organization-wide settings for items in the app menu or App Launcher that the requesting user has access to in Setup.
  • UserAuthCertificate — Represents a user authentication certificate in your org. A user certificate is a unique PEM-encoded X.509 digital certificate to authenticate individual users to your org.
  • UserConfigTransferButton — Represents the association between a Chat configuration and a live chat button. This association allows users associated with a specific configuration to transfer chats to a button queue.
  • UserConfigTransferSkill — Represents the association between a Chat configuration and a skill. This association allows users associated with a specific configuration to transfer chats to agents who have that skill.
  • UserCustomBadge — Represents a custom badge for a user.
  • UserCustomBadgeLocalization — Represents the translated version of a custom badge for a user.
  • UserDailyMetric — Represents the daily engagement metrics for a user.
  • UserDefinedLabel — Represents a label created by a user to help organize, track, and find records.
  • UserDefinedLabelAssignment — Represents a relationship between a record label and the item the user assigned it to.
  • UserDevice — Represents information unique to a device.
  • UserDeviceApplication — Represents information on applications installed on a device that is accessing Salesforce.
  • UserDeviceHistory — Represents tracking information on the UserDevice sObject.
  • UserEmailCalendarSync — Represents the user assignments of an Einstein Activity Capture configuration.
  • UserEmailPreferredPerson — Represents a mapping for a user’s preferred record for an email address when multiple records match an email field.
  • UserEmailPreferredPersonShare — Represents a sharing entry on a UserEmailPreferredPerson object. Sharing is not customizable for UserEmailPreferredPerson records.
  • UserLicense — Represents a user license in your organization. A user license entitles a user to specific functionality and determines the profiles and permission sets available to the user.
  • UserListView — Represents the customizations a user made to a list view.
  • UserListViewCriterion — Represents the criterion for a user’s customized list view. The criterion consists of the filters or sort order a user added to a list view for the Salesforce Mobile app.
  • UserLocationAssignment — Represents the assignment between a location and a user.
  • UserLogin — Represents the settings that affect a user’s ability to log into an organization. To access this object, you need the UserPermissions.ManageUsers permission.
  • UserMonthlyMetric — Represents the monthly engagement metrics for a user.
  • UserPackageLicense — Represents a license for an installed managed package, assigned to a specific user.
  • UserPermissionAccess — Represents the permissions accessibility for a current user.
  • UserPreference — Represents a functional preference for a specific user in your organization.
  • UserPrioritizedRecord — Represents records that Pipeline Inspection, Account Intelligence, Contact Intelligence, and Lead Intelligence users flag as important for tracking in pipeline and intelligence views and filters.
  • UserProfile — Represents a Chatter user profile.
  • UserProvAccount — Represents information that links a Salesforce user account with an account in a third-party (target) system, such as Google, for users of connected apps with Salesforce user provisioning enabled.
  • UserProvAccountStaging — Temporarily stores user account information while a user completes the User Provisioning Wizard. This information that is stored in the UserProvAccount object when you click the button to collect and analyze accounts on the target system.
  • UserProvMockTarget — Represents an entity for testing user data before committing the data to a third-party system for user provisioning.
  • UserProvisioningConfig — Represents information for a flow to use during a user provisioning request process, such as the attributes for an update.
  • UserProvisioningLog — Represents messages generated during the process of provisioning users for third-party applications.
  • UserProvisioningRequest — Represents an individual provisioning request to create, update, or delete a single user account in a third-party service system (or another Salesforce organization).
  • UserRecordAccess — Represents a user’s access to a set of records.
  • UserRole — Represents a user role in your organization.
  • UserSetupEntityAccess — Represents the enabled custom permissions of the running user.
  • UserShare — Represents a sharing entry on a user record.
  • UserSharedFeature — For internal use only.
  • UserTeamMember — Represents a single User on the default opportunity team of another User.
  • UserUIPreference — Represents user preferences for Salesforce components.
  • UserWorkList — Represents a list of work items in the My List tab for Sales Engagement users.
  • UserWorkListItem — Represents an individual work item in the My List tab for Sales Engagement users.

Install

rawctx snapshot-download @pasar6987/sf-core-user

Structure review

Inspect package structure after the usage path is clear

Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.

Models1
datasets48
measures109
dimensions946
relationships5
AI context1
models/sf-core-user.osi.yamlAI context included
48 datasets109 measures946 dimensions5 relationships